themes/grey/config.tpl
changeset 78 08f8a72b1f7b
parent 72 b8730fcd64a9
equal deleted inserted replaced
77:e5f1f45ea7e2 78:08f8a72b1f7b
    17     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    17     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    18     <link rel="stylesheet" type="text/css" href="/themes/{$theme|escape}/style.css" />
    18     <link rel="stylesheet" type="text/css" href="/themes/{$theme|escape}/style.css" />
    19     <link rel="favorite icon" type="image/ico" href="/favicon.ico" />
    19     <link rel="favorite icon" type="image/ico" href="/favicon.ico" />
    20     <script type="text/javascript" src="/scripts/config.js"></script>
    20     <script type="text/javascript" src="/scripts/config.js"></script>
    21   </head>
    21   </head>
    22   <body>
    22   <body style="width: 80%; margin: 0 auto; min-width: 900px;">
    23   
    23   
    24     <div class="greylogo"></div>
    24     <div class="greylogo"></div>
    25     <a class="backlink" href="/index">&laquo; Return to playlist</a>
    25     <a class="backlink" href="/index">&laquo; Return to playlist</a>
    26     <div class="clearer"></div>
    26     <div class="clearer"></div>
    27   
    27   
    43             {/if}
    43             {/if}
    44             </td>
    44             </td>
    45           </tr>
    45           </tr>
    46           {/if}
    46           {/if}
    47           
    47           
       
    48           {if $message}
       
    49           <tr>
       
    50             <td class="row3" colspan="2">
       
    51               <p class="success">{$message|nl2br}</p>
       
    52             </td>
       
    53           </tr>
       
    54           {/if}
       
    55           
    48           <!-- field - current config pass -->
    56           <!-- field - current config pass -->
    49           {if $needpass}
    57           {if $needpass}
    50           <tr>
    58           <tr>
    51             <td class="row2" style="width: 50%;">
    59             <td class="row2" style="width: 50%;">
    52               <b>Current configuration password:</b><br />
    60               <b>Current configuration password:</b><br />
   134               <input type="checkbox"
   142               <input type="checkbox"
   135                      name="allowcontrol"
   143                      name="allowcontrol"
   136                      id="chk_allowcontrol"
   144                      id="chk_allowcontrol"
   137                      {if $allowcontrol}checked="checked"{/if}
   145                      {if $allowcontrol}checked="checked"{/if}
   138                 />
   146                 />
       
   147             </td>
       
   148           </tr>
       
   149           
       
   150           <!-- section - diagnostics -->
       
   151           
       
   152           <tr>
       
   153             <th colspan="2">
       
   154               Diagnostics
       
   155             </th>
       
   156           </tr>
       
   157           
       
   158           <!-- clear artwork -->
       
   159           <tr>
       
   160             <td class="row2" style="text-align: center;">
       
   161               <a href="/config/rebuild/artwork" class="backlink inline">Clear artwork cache</a>
       
   162             </td>
       
   163             <td class="row1">
       
   164               Use this to rebuild Greyhound's sprites it generates of your album artwork.
       
   165             </td>
       
   166           </tr>
       
   167           
       
   168           <tr>
       
   169             <td class="row2" style="text-align: center;">
       
   170               <a href="/config/rebuild/playlist" class="backlink inline">Refresh playlist</a>
       
   171             </td>
       
   172             <td class="row1">
       
   173               If you changed your playlist but the changes did not show up in Greyhound, use this to force Greyhound to re-read the playlist.
   139             </td>
   174             </td>
   140           </tr>
   175           </tr>
   141           
   176           
   142           <!-- section - auth config -->
   177           <!-- section - auth config -->
   143           <tr>
   178           <tr>