Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / fai / admin / fai / faiNewBranch.tpl
1 {if $iframe == false}
3 <br>
4 <p class="seperator">
5 {t}You are now going to create a branch or locked branch. This action clones the existing release to another release name. Branches can be modified as usual. FAI classes of locked branches cannot be modified, just additional classes are possible. Branch names should be alphanumeric, excluding the reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' and 'fai'.{/t}
6 <br>
7 {t}Branches are created as subreleases of the currently selected branch. Creating a new branch named 1.0.2 in SARGE for example, will result in a new release called SARGE/1.0.2.{/t}
8  <br>
9 <br>
10 </p>
11 <p class="seperator">
12 <br>
13 <b>{t}Please enter a name for the branch{/t}</b> &nbsp;
14 <input type="text" id="BranchName" name="BranchName" value="{$BranchName}" style="width:120px;">
15 <br>
16 <br>
17 </p>
19 <div align="right">
20         <p>
21                 <input type="submit" value="{msgPool type=applyButton}"         name="UseBranchName">           
22                 <input type="submit" value="{msgPool type=cancelButton}"        name="CancelBranchName">                
23         </p>
24 </div>
26 <!-- Place cursor -->
27 <script language="JavaScript" type="text/javascript">
28         <!--
29         focus_field('BranchName');
30         -->
31 </script>
32 {else}
34 <h2>{t}Processing the requested operation{/t}</h2>
35 {t}As soon as the copy operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the fai management dialog.{/t}
36 <br>
37 <br>
38 <div style="margin:3px;background-color:white; border:1px solid #A0A0A0">
39 <iframe src="?plug={$plugID}&amp;PerformBranch=1" width="100%" name="status" style="height:450px;background-color:#FFFFFF;">
41         <p>{t}Your browser doesn't support iframes, please use this link to perform the requested operation.{/t}
42                 <br>
43                 <a href='?plug={$plugID}&amp;PerformBranch=1' target="_blank" title="{t}Perform requested operation.{/t}"><b>{t}Initiate operation{/t}</b></a>
44         </p>    
45 </iframe>
46 </div>
47 <!--
48 <p class="seperator">&nbsp;</p>
49 <div style="text-align: right;width:99%;">
50         <p>
51                 <input type="submit" name="CancelBranchName" value="{msgPool type=backButton}">
52         </p>
53 </div>
54 -->
55 {/if}