Changeset 5922 for MILK/trunk/milk_server/milk_server/templates/meta.kid
- Timestamp:
- 30/10/09 22:52:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MILK/trunk/milk_server/milk_server/templates/meta.kid
r5920 r5922 353 353 <br/> 354 354 355 <!-- trunc text -->356 <div id="$thisRecordTrun" class="abstractText_shown"> 357 355 <!-- trunc text 356 <div id="$thisRecordTrun" class="abstractText_shown">--> 357 <div id="$thisRecordTrun" class="${i%2 and 'abstractText_shown_hi' or 'abstractText_shown_lo'}"> 358 358 359 359 <span class="ndgem"> Abstract: </span> … … 363 363 <!-- Only show "more" button if abstract long enough.. --> 364 364 <span py:if="abslen > 200"> 365 <input type="button" class="txtButtons_more" alt="Click to show/hide rest of abstract" value=" more" onclick="Div_show('$thisRecordFull');Div_hide('$thisRecordTrun')" />365 <input type="button" class="txtButtons_more" alt="Click to show/hide rest of abstract" value="+" onclick="Div_show('$thisRecordFull');Div_hide('$thisRecordTrun')" /> 366 366 </span> 367 367 </div> 368 368 369 <!-- full text --> 370 <div id="$thisRecordFull" class="abstractText_hidden"> 369 <!-- full text 370 <div id="$thisRecordFull" class="abstractText_hidden">--> 371 <div id="$thisRecordFull" class="${i%2 and 'abstractText_hidden_hi' or 'abstractText_hidden_lo'}"> 371 372 372 373 <span class="ndgem"> Abstract: </span> 373 374 374 375 ${d.abstract} 375 <input type="button" class="txtButtons_less" alt="Click to show/hide rest of abstract" value=" less" onclick="Div_show('$thisRecordTrun');Div_hide('$thisRecordFull')" />376 <input type="button" class="txtButtons_less" alt="Click to show/hide rest of abstract" value="-" onclick="Div_show('$thisRecordTrun');Div_hide('$thisRecordFull')" /> 376 377 </div> 377 378
Note: See TracChangeset
for help on using the changeset viewer.