Changes between Version 13 and Version 14 of BluePrintRESTImplementation


Ignore:
Timestamp:
01/01/09 04:39:02 (16 years ago)
Author:
Fran Boon
Comment:

id=list-container not class= (this is faster for the JQuery selector & we don't do any CSS here currently anyway)

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintRESTImplementation

    v13 v14  
    143143{{except:}}
    144144{{pass}}
    145 <div class='list-container'>
     145<div id='list-container'>
    146146{{try:}}
    147147 {{=list}}
     
    167167{{except:}}
    168168{{pass}}
    169 <div class='list-container'>
     169<div id='list-container'>
    170170{{try:}}
    171171 {{=list}}
     
    176176{{try:}}
    177177 {{=H3(addtitle)}}
     178{{except:}}
     179{{pass}}
     180<div class='form-container'>
     181{{try:}}
     182 {{=form}}
     183{{except:}}
     184{{pass}}
     185</div>
     186{{include 'key.html'}}
     187}}}
     188{{{update.html}}}
     189{{{
     190{{extend 'layout.html'}}
     191
     192{{try:}}
     193 {{=H2(title)}}
    178194{{except:}}
    179195{{pass}}
     
    185201{{pass}}
    186202</div>
    187 }}}
    188 {{{update.html}}}
    189 {{{
    190 {{extend 'layout.html'}}
    191 
    192 {{try:}}
    193  {{=H2(title)}}
    194 {{except:}}
    195 {{pass}}
    196 {{include 'key.html'}}
    197 <div class='form-container'>
    198 {{try:}}
    199  {{=form}}
    200 {{except:}}
    201 {{pass}}
    202 </div>
    203203<p>&nbsp;</p>
    204204{{try:}}