move code up one directory
[atutor.git] / themes / simplified-desktop / admin / system_preferences / module_setup.tmpl.php
1 <?php global $_config; ?>
2 <form action="<?php  $_SERVER['PHP_SELF']; ?>" method="post" name="form">
3     <div class="input-form">
4         <div class="row">
5                 <p><label for="uri"><?php echo _AT('transformable_uri'); ?></label></p>
6                 <input type="text" name="transformable_uri" value="<?php echo $_config['transformable_uri']; ?>" id="uri" size="40" style="min-width: 95%;" />
7              
8                     <p><label for="key"><?php echo _AT('web_service_id'); ?></label></p>
9                     <input type="text" name="transformable_web_service_id" value="<?php echo $_config['transformable_web_service_id']; ?>" id="key" size="40" style="min-width: 95%;" />
10
11                     <p><label for="key"><?php echo _AT('oauth_expire'); ?></label></p>
12                     <input type="text" name="transformable_oauth_expire" value="<?php echo $_config['transformable_oauth_expire']; ?>" id="key" size="20" />&nbsp;<?php echo _AT('seconds'); ?><br />
13                        <small>&middot; <?php echo _AT('oauth_expire_note'); ?><br /></small>
14         </div>
15
16         <div class="row buttons">
17             <input type="submit" name="submit" value="<?php echo _AT('save'); ?>"  />
18         </div>
19     </div>
20 </form>