|
Lines 70-76
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 70 |
<div class="yui-u first"> |
70 |
<div class="yui-u first"> |
| 71 |
<fieldset class="rows"> |
71 |
<fieldset class="rows"> |
| 72 |
<ol> |
72 |
<ol> |
| 73 |
<li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li> |
73 |
<li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" class="focus" /></li> |
| 74 |
<li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li> |
74 |
<li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li> |
| 75 |
<li><label for="title">Title: </label> <input type="text" id="title" name="title" value="[% title |html %]" /></li> |
75 |
<li><label for="title">Title: </label> <input type="text" id="title" name="title" value="[% title |html %]" /></li> |
| 76 |
<li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> |
76 |
<li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> |
| 77 |
- |
|
|