web: move search form to right pane, update help
This commit is contained in:
		
							parent
							
								
									4bb0f2efbd
								
							
						
					
					
						commit
						b732db696a
					
				@ -1,11 +1,11 @@
 | 
				
			|||||||
^{topbar vd}
 | 
					^{topbar vd}
 | 
				
			||||||
<div#content
 | 
					<div#content
 | 
				
			||||||
 ^{searchform vd}
 | 
					 | 
				
			||||||
 <div#sidebar
 | 
					 <div#sidebar
 | 
				
			||||||
  ^{sidecontent}
 | 
					  ^{sidecontent}
 | 
				
			||||||
 <div#main.journal
 | 
					 <div#main.journal
 | 
				
			||||||
  ^{navlinks vd}
 | 
					  ^{navlinks vd}
 | 
				
			||||||
  <div#maincontent
 | 
					  <div#maincontent
 | 
				
			||||||
 | 
					   ^{searchform vd}
 | 
				
			||||||
   ^{maincontent}
 | 
					   ^{maincontent}
 | 
				
			||||||
  ^{addform vd}
 | 
					  ^{addform vd}
 | 
				
			||||||
  ^{editform vd}
 | 
					  ^{editform vd}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,11 +1,11 @@
 | 
				
			|||||||
^{topbar vd}
 | 
					^{topbar vd}
 | 
				
			||||||
<div#content
 | 
					<div#content
 | 
				
			||||||
 ^{searchform vd}
 | 
					 | 
				
			||||||
 <div#sidebar
 | 
					 <div#sidebar
 | 
				
			||||||
  ^{sidecontent}
 | 
					  ^{sidecontent}
 | 
				
			||||||
 <div#main.register
 | 
					 <div#main.register
 | 
				
			||||||
  ^{navlinks vd}
 | 
					  ^{navlinks vd}
 | 
				
			||||||
  <div#maincontent
 | 
					  <div#maincontent
 | 
				
			||||||
 | 
					   ^{searchform vd}
 | 
				
			||||||
   ^{maincontent}
 | 
					   ^{maincontent}
 | 
				
			||||||
  ^{addform vd}
 | 
					  ^{addform vd}
 | 
				
			||||||
  ^{editform vd}
 | 
					  ^{editform vd}
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
     Search:
 | 
					     Search:
 | 
				
			||||||
     \ #
 | 
					     \ #
 | 
				
			||||||
    <td
 | 
					    <td
 | 
				
			||||||
     <input name=q size=100 value=#{q}
 | 
					     <input name=q size=60 value=#{q}
 | 
				
			||||||
     <input type=submit value="Search"
 | 
					     <input type=submit value="Search"
 | 
				
			||||||
     \ #
 | 
					     \ #
 | 
				
			||||||
     <a#search-help-link href="#">help
 | 
					     <a#search-help-link href="#">help
 | 
				
			||||||
@ -18,15 +18,18 @@
 | 
				
			|||||||
    <td
 | 
					    <td
 | 
				
			||||||
    <td
 | 
					    <td
 | 
				
			||||||
     <div#search-help.help style="display:none;"
 | 
					     <div#search-help.help style="display:none;"
 | 
				
			||||||
      Leave blank or click "all accounts" to see general journal (all postings). #
 | 
					      Leave blank to see general journal (all transactions), or #
 | 
				
			||||||
      Click account links to focus on one account, optionally with subaccounts.
 | 
					      click account links to see that account, optionally with sub-accounts.
 | 
				
			||||||
      <br>
 | 
					      <br>
 | 
				
			||||||
      acct:REGEXP to filter postings/transactions by account, #
 | 
					      Transactions/postings may additionally be filtered by:
 | 
				
			||||||
      desc:REGEXP by description, #
 | 
					 | 
				
			||||||
      date:PERIODEXP or edate:PERIODEXP by date or effective date.
 | 
					 | 
				
			||||||
      <br>
 | 
					      <br>
 | 
				
			||||||
      status:BOOL by cleared status, #
 | 
					      acct:REGEXP (target account), #
 | 
				
			||||||
      real:BOOL by real/virtualness, #
 | 
					      desc:REGEXP (description), #
 | 
				
			||||||
      empty:BOOL by posting amount==0.
 | 
					      date:PERIODEXP (date), #
 | 
				
			||||||
 | 
					      edate:PERIODEXP (effective date), #
 | 
				
			||||||
      <br>
 | 
					      <br>
 | 
				
			||||||
      not: to negate, use single or double quotes to include spaces, multiple patterns are AND'ed.
 | 
					      status:BOOL (cleared status), #
 | 
				
			||||||
 | 
					      real:BOOL (real/virtual-ness), #
 | 
				
			||||||
 | 
					      empty:BOOL (posting amount = 0).
 | 
				
			||||||
 | 
					      <br>
 | 
				
			||||||
 | 
					      not: to negate, enclose space-containing patterns in quotes, multiple filters are AND'ed.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user