gustafn
committed
on 15 Nov 19
modernize Tcl idioms
openacs-4/.../lib/course-structure.adp (+1 -1)
1 1
2 2 <h2>#lorsm.Course_Information#</h2>
3 3
4 4 <table class="list" cellpadding="3" cellspacing="1" width="90%">
5 5     <tr class="list-odd">
6 6         <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold; width:20%;" >#lorsm.Course_Name#</td>
7 7         <td class="list" valign="top" style="background-color: #f0f0f0; font-weight: bold;">
8 8             @course_name;noquote@
9 9             <br>(@identifier@)
10 10             <br>#lorsm.Course_Versions#
11 11         </td>
12 12     </tr>
13 13         <tr class="list-even">
14 14             <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold; width:20%">#lorsm.Metadata#</td>
15 15             <td class="list" valign="top" style="background-color: #f0f0f0">
16 16                 <if @man_metadata@ eq "Yes">
17                       <if @lorsm_p@><a href="md/?ims_md_id=@man_id@">#lorsm.Yes#</a></if>
  17                     <if @lorsm_p;literal@ true><a href="md/?ims_md_id=@man_id@">#lorsm.Yes#</a></if>
18 18                     <else>#lorsm.Yes#</else>
19 19                 </if>
20 20                 <else>#lorsm.No#</else>
21 21             </td>
22 22         </tr>
23 23
24 24         <tr class="list-odd">
25 25             <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold; width:20%">#lorsm.Is_SCORM#</td>
26 26             <td <if @isscorm@ eq "Yes">#lorsm.lt_classlist_stylefont-w#</if>
27 27                 <else>class="list"</else>
28 28                 valign="top" align="left">@isscorm;noquote@
29 29             </td>
30 30         </tr>
31 31
32 32         <tr class="list-even">
33 33             <td class="list" valign="top" style="background-color: #e0e0e0; font-weight: bold; width:20%">#lorsm.Storage_Folder#</td>
34 34             <td class="list" valign="top" style="background-color: #f0f0f0; width:80%;"><a href="@folder@">@instance@</a></td>
35 35         </tr>
36 36
37 37         <tr class="list-odd">