7bf5fab1fa2fa07cc012c0570781aea23343ae05bcca862eaaeeb4e5a739a9107f8ae073ef6a37b3
17
## the Original Code is CondeNet, Inc.
17
## the Original Code is CondeNet, Inc.
18
## 
18
## 
19
## All portions of the code written by CondeNet are Copyright (c) 2006-2008
19
## All portions of the code written by CondeNet are Copyright (c) 2006-2008
20
## CondeNet, Inc. All Rights Reserved.
20
## CondeNet, Inc. All Rights Reserved."
21
################################################################################
21
################################################################################
22
 
22
 
23
<%!
23
<%!
...
 
...
 
67
    %if thing.site:
67
    %if thing.site:
68
      <input type="hidden" name="sr" value="${thing.site._fullname}"/>
68
      <input type="hidden" name="sr" value="${thing.site._fullname}"/>
69
    %endif
69
    %endif
70
    <table>
70
    <table class="content preftable">
71
      <tr>
71
      <tr>
72
        <th>
72
        <th>
73
          <label for="name">${_("name")}</label>
73
          <label for="name">${_("name")}</label>
...
 
...
 
220
          <label>${_("type")}</label>
220
          <label>${_("type")}</label>
221
        </th>
221
        </th>
222
        <td colspan="2">
222
        <td colspan="2">
223
           <table>
223
           <table class="spacer">
224
           ${radio_type(_("public"), _("anyone can view and submit"))}
224
           ${radio_type(_("public"), _("anyone can view and submit"))}
225
           ${radio_type(_("restricted"), _("anyone can view, but only contributors can submit links"))}
225
           ${radio_type(_("restricted"), _("anyone can view, but only contributors can submit links"))}
226
           ${radio_type(_("private"), _("only contributors can view and submit"))}
226
           ${radio_type(_("private"), _("only contributors can view and submit"))}
...
 
...
 
237
          <label for="over_18">${_("viewers must be over eighteen years old")}</label>
237
          <label for="over_18">${_("viewers must be over eighteen years old")}</label>
238
        </td>
238
        </td>
239
      </tr>
239
      </tr>
 
 
240
      <tr>
 
 
241
        <th><label>${_("media")}</label></th>
 
 
242
        <td colspan="2">
 
 
243
          <input class="nomargin" type="checkbox" 
 
 
244
                 name="show_media" id="show_media"
 
 
245
                 ${thing.site and thing.site.show_media and "checked='checked'" or ""}/>
 
 
246
          <label for="show_media">
 
 
247
            ${_("show thumbnail images of content")}
 
 
248
          </label>
 
 
249
        </td>
 
 
250
      </tr>
240
 
251
 
241
      <tr>
252
      <tr>
242
        <th>
253
        <th>