It looks like you're offline.
Open Library logo
additional options menu

/upstream/templates/books/edit.tmpl → Diff

Added
Modified
Removed
Not changed
Revision 144 by Lance Arthur June 30, 2010
body
0 $def with (work, edition=None) 0 $def with (work, edition=None)
... ...
130    <div class="input" id="author-input-$i"> 130    <div class="input" id="author-input-$i">
131        <input name="authors--$i" class="required author author-autocomplete" type="text" id="author-$i" value="$author.name" tabindex="0"/> 131        <input name="authors--$i" class="required author author-autocomplete" type="text" id="author-$i" value="$author.name"/>
132        <input name="work--authors--$i--author--key" type="hidden" id="author-$i-key" value="$author.key" /> 132        <input name="work--authors--$i--author--key" type="hidden" id="author-$i-key" value="$author.key" />
... ...
143            <div class="input"> 143            <div class="input">
144                <input name="work--title" type="text" id="work-title" value="$this_title" tabindex="0"/> 144                <input name="work--title" type="text" id="work-title" class="required" value="$this_title"/>
145            </div> 145            </div>
... ...
200 </div> 200 </div>