remove old readme
[atutor.git] / themes / default / admin / courses / scaffolds.tmpl.php
1 <?php global $_config;?>
2
3 <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="scaffolds">
4 <div class="input-form">
5  <fieldset class="group_form"> <legend class="group_form"><strong><?php echo _AT("support_tools"); ?></strong>  </legend>  
6         <div class="row">
7                 <p><?php echo _AT('scaffold_text'); ?></p>
8         </div>
9         <div class="row">
10
11                 <label for="encyclopedia"><?php echo _AT('encyclopedia'); ?></label><br /><input type="text" id="encyclopedia"  name="encyclopedia" value="<?php echo $_config['encyclopedia']; ?>"  size="60"/><br />
12                 <label for="dictionary"><?php echo _AT('dictionary'); ?></label><br /><input type="text" id="dictionary"  name="dictionary" value="<?php echo $_config['dictionary']; ?>"  size="60"/><br />
13                 <label for="thesaurus"><?php echo _AT('thesaurus'); ?></label><br /><input type="text" id="thesaurus"  name="thesaurus" value="<?php echo $_config['thesaurus']; ?>" size="60"/><br />
14                 <label for="atlas"><?php echo _AT('atlas'); ?></label><br /><input type="text" id="atlas"  name="atlas" value="<?php echo $_config['atlas']; ?>"  size="60"/><br />
15                 <label for="calculator"><?php echo _AT('calculator'); ?></label><br /><input type="text" id="calculator"  name="calculator" value="<?php echo $_config['calculator']; ?>"  size="60"/><br />
16                 <label for="note_taking"><?php echo _AT('note_taking'); ?></label><br /><input type="text" id="note_taking"  name="note_taking" value="<?php echo $_config['note_taking']; ?>"  size="60"/>     <br />
17                 <label for="abacas"><?php echo _AT('abacus'); ?></label><br /><input type="text" id="abacas"  name="abacas" value="<?php echo $_config['abacas']; ?>"  size="60"/><br />
18         </div>
19         <div class="buttons">
20                 <input type="submit" name="submit" value="<?php echo _AT('save'); ?>" accesskey="s" />
21                 <input type="submit" name="cancel" value="<?php echo _AT('cancel'); ?>"  />
22         </div>
23 </fieldset>
24 </div>
25 </form>