1 | <!--h1 class="topBanner" i18n>lmd.LliureX.LTSP.Image.Manager</h1--> |
---|
2 | <div class="topBanner"></div> |
---|
3 | |
---|
4 | |
---|
5 | <!--div id="LtspImageManagerContainer" class="jumbotron col-lg-12"--> |
---|
6 | |
---|
7 | <div class="container"> |
---|
8 | <div class="panel panel-default" style="padding: 0px;"> |
---|
9 | <div class="panel-heading"><h2 i18n>lmd.Image.List</h2></div> |
---|
10 | <div id="LtspImageManagerContainer" class="panel-body"> |
---|
11 | <!--p i18n>lmd.img.list.description</p--> |
---|
12 | |
---|
13 | <div id="llx-ltsp-imagelist_waiting" class="waiting_row"></div> |
---|
14 | <div id="llx-ltsp-imagelist"> |
---|
15 | |
---|
16 | </div> |
---|
17 | <div id="llx-ltsp-createImage-button" class="ltsp-image-name"> |
---|
18 | <div class="col-md-1" style="padding: 0"><img src="modules/lliurex-ltsp/src/css/img/new_image.png" style="padding:0px" class="col-md-12" ></img></div> |
---|
19 | <span class="ltsp-image-name col-md-10" i18n>Create.New.LTSP.Image</span> |
---|
20 | </div> |
---|
21 | |
---|
22 | <div class="modal" id="llx-ltsp-new-image-assistant"> |
---|
23 | <div class="modal-dialog"> |
---|
24 | <div class="modal-content"> |
---|
25 | |
---|
26 | <!-- Stage 0 --> |
---|
27 | <!--div id="llx-ltsp-image-assistant-stage-0" style="display:none"> |
---|
28 | <div class="modal-header"> |
---|
29 | <button type="button" class="close llx-ltsp-image-assistant-close" data-dismiss="llx-ltsp-new-image-assistant" aria-hidden="true">×</button> |
---|
30 | <h4 class="modal-title" i18n>Step 0. Minimal Image</h4> |
---|
31 | </div> |
---|
32 | <div class="modal-body"> |
---|
33 | <p i18n>Minimal image available bla bla bla</p> |
---|
34 | </div> |
---|
35 | <div class="modal-footer"> |
---|
36 | <button type="button" class="btn btn-primary" id="llx-ltsp-deploy-minimal-image">Desplega la minima</button> |
---|
37 | <button type="button" class="btn btn-primary" id="llx-ltsp-goto-image-assistant-stage-1">Endavant ></button> |
---|
38 | </div> |
---|
39 | </div--> |
---|
40 | |
---|
41 | <!-- Stage 1 --> |
---|
42 | <div id="llx-ltsp-image-assistant-stage-1" style="display:none; overflow: hidden"> |
---|
43 | <div class="modal-header"> |
---|
44 | <button type="button" class="close llx-ltsp-image-assistant-close" data-dismiss="llx-ltsp-new-image-assistant" aria-hidden="true">×</button> |
---|
45 | <h4 class="modal-title" i18n>lmd.image.assistant.step1</h4> |
---|
46 | </div> |
---|
47 | <div class="modal-body"> |
---|
48 | <p i18n>lmd.image.assistant.step1.desc</p> |
---|
49 | |
---|
50 | <div id="llx-ltsp-templatelist_waiting" class="waiting_row"></div> |
---|
51 | <div id="llx-ltsp-assistant-image-templates"> |
---|
52 | |
---|
53 | <!-- Client Template --> |
---|
54 | <div id="ltsp_template_client" class="llx_ltsp_template_div" style="display:none" image_client_name="Client"> |
---|
55 | <div style="background-image: url(modules/lliurex-ltsp/src/css/img/llx-client16.png);" class="llx_ltsp_template_img col-md-2"></div> |
---|
56 | <div class="llx_ltsp_template_namedesc col-md-10"><div class="llx_ltsp_template_name" i18n>ltsp_Client</div> |
---|
57 | <div class="llx_ltsp_template_desc" i18n>llx_ltsp_client_desc</div> |
---|
58 | </div> |
---|
59 | </div> |
---|
60 | |
---|
61 | <!-- Infantil Template --> |
---|
62 | <div id="ltsp_template_infantil" class="llx_ltsp_template_div" style="display:none" image_client_name="Infantil"> |
---|
63 | <div style="background-image: url(modules/lliurex-ltsp/src/css/img/llx-infantil16.png);" class="llx_ltsp_template_img col-md-2"></div> |
---|
64 | <div class="llx_ltsp_template_namedesc col-md-10"><div class="llx_ltsp_template_name" i18n>ltsp_Infantil</div> |
---|
65 | <div class="llx_ltsp_template_desc" i18n>llx_ltsp_Infantil_desc</div> |
---|
66 | </div> |
---|
67 | </div> |
---|
68 | |
---|
69 | <!-- Desktop Template --> |
---|
70 | <div id="ltsp_template_desktop" class="llx_ltsp_template_div" style="display:none" image_client_name="Desktop"> |
---|
71 | <div style="background-image: url(modules/lliurex-ltsp/src/css/img/llx-desktop16.png);" class="llx_ltsp_template_img col-md-2"></div> |
---|
72 | <div class="llx_ltsp_template_namedesc col-md-10"><div class="llx_ltsp_template_name" i18n>ltsp_Desktop</div> |
---|
73 | <div class="llx_ltsp_template_desc" i18n>llx_ltsp_Desktop_desc</div> |
---|
74 | </div> |
---|
75 | </div> |
---|
76 | |
---|
77 | <!-- |
---|
78 | <div templatefilename="lliurex-ltsp-desktop.conf" class="llx_ltsp_template_div col-md-5" |
---|
79 | image_client_name="Desktop" image_client_desc="LliureX Escriptori (32 bits)" image_client_arch="i386"> |
---|
80 | |
---|
81 | <div style="background-image: url("modules/lliurex-ltsp/src/css/img/llx-desktop16.png");" |
---|
82 | class="llx_ltsp_template_img"></div><div class="llx_ltsp_template_namedesc"> |
---|
83 | |
---|
84 | <div class="llx_ltsp_template_name">Desktop</div><div class="llx_ltsp_template_desc"> |
---|
85 | LliureX Escriptori (32 bits)</div></div></div> |
---|
86 | --> |
---|
87 | |
---|
88 | <!-- Minimal Image --> |
---|
89 | <div i18n image_client_desc="Minimal Thin Client Image" id="llx_ltsp_lliurex_minimal_image" image_client_name="LliureXMini" class="llx_ltsp_template_div col-md-6"> |
---|
90 | <div class="llx_ltsp_template_img col-md-2" style="background-image: url(modules/lliurex-ltsp/src/css/img/llx-mini16.png);"></div> |
---|
91 | <div class="llx_ltsp_template_namedesc col-md-10"><div class="llx_ltsp_template_name" i18n>Minimal Thin Client</div><div class="llx_ltsp_template_desc" i18n>This is a minimal image to run thin clients with no need of a mirror in the server. Easy and quick.</div></div> |
---|
92 | </div> |
---|
93 | </div></div> |
---|
94 | <div class="modal-footer"> |
---|
95 | <button type="button" class="btn" id="llx-ltsp-goto-image-assistant-stage-2" i18n>llx.ltsp.go.forward</button> |
---|
96 | <!--button type="button" class="btn btn-primary">Desplega la minima</button--> |
---|
97 | </div> |
---|
98 | <div id="dialog-for-log"></div> |
---|
99 | </div> |
---|
100 | |
---|
101 | |
---|
102 | <!-- Stage 2 --> |
---|
103 | <div id="llx-ltsp-image-assistant-stage-2" style="display:none; overflow: hidden"> |
---|
104 | <div class="modal-header"> |
---|
105 | <button type="button" class="close llx-ltsp-image-assistant-close" data-dismiss="llx-ltsp-new-image-assistant" aria-hidden="true">×</button> |
---|
106 | <h4 class="modal-title" i18n>lmd.image.assistant.step2</h4> |
---|
107 | </div> |
---|
108 | <div class="modal-body"> |
---|
109 | <p i18n>lmd.image.assistant.step2.desc</p> |
---|
110 | |
---|
111 | <form class="form-horizontal"> |
---|
112 | <fieldset> |
---|
113 | |
---|
114 | <div class="form-group"> |
---|
115 | <label for="llx_ltsp_new_image_name" class="col-md-2 control-label" i18n>lmd.image.assistant.Name</label> |
---|
116 | <div class="col-md-10"> |
---|
117 | <input class="form-control" id="llx_ltsp_new_image_name" type="text"> |
---|
118 | </div> |
---|
119 | </div> |
---|
120 | |
---|
121 | <div class="form-group"> |
---|
122 | <label for="llx_ltsp_new_image_desc" class="col-md-2 control-label" i18n>lmd.image.assistant.Description</label> |
---|
123 | <div class="col-md-10"> |
---|
124 | <textarea class="form-control" id="llx_ltsp_new_image_desc" type="text"></textarea> |
---|
125 | </div> |
---|
126 | </div> |
---|
127 | |
---|
128 | <div class="form-group" id="llx_ltsp_new_image_assistant_arch_selector"> |
---|
129 | <label for="llx_ltsp_new_image_arch" class="col-md-2 control-label" i18n>lmd.image.assistant.Architecture</label> |
---|
130 | <div class="col-md-10"> |
---|
131 | <select class="form-control" id="llx_ltsp_new_image_arch"> |
---|
132 | </select> |
---|
133 | |
---|
134 | <!--textarea class="form-control" id="llx_ltsp_new_image_arch" type="text" readonly></textarea--> |
---|
135 | </div> |
---|
136 | </div> |
---|
137 | |
---|
138 | <!--div class="form-group" id="llx_ltsp_new_image_assistant_arch_selector"> |
---|
139 | <label class="col-md-2 control-label" i18n>Architecture</label> |
---|
140 | |
---|
141 | <div class="col-md-10"> |
---|
142 | <div class="radio radio-primary"> |
---|
143 | <label> |
---|
144 | <input name="optionsRadios_ltsp_arch" id="optionsRadios_ltsp_arch_i386" value="i386" type="radio"> |
---|
145 | i386 (32 bit) |
---|
146 | </label> |
---|
147 | </div> |
---|
148 | <div class="radio radio-primary"> |
---|
149 | <label> |
---|
150 | <input name="optionsRadios_ltsp_arch" id="optionsRadios_ltsp_amd64" value="amd64" type="radio"> |
---|
151 | amd64 (64 bit) |
---|
152 | </label> |
---|
153 | </div> |
---|
154 | </div> |
---|
155 | </div--> |
---|
156 | |
---|
157 | </fieldset> |
---|
158 | </form> |
---|
159 | |
---|
160 | |
---|
161 | </div> |
---|
162 | <div class="modal-footer"> |
---|
163 | <button type="button" class="btn btn-default" i18n id="llx-ltsp-goback-image-assistant-stage-1">lmd.image.assistant.Back</button> |
---|
164 | <button type="button" class="btn btn-primary" i18n id="llx-ltsp-create-new-image">lmd.image.assistant.Create</button> |
---|
165 | </div> |
---|
166 | </div> |
---|
167 | |
---|
168 | </div> |
---|
169 | </div> |
---|
170 | </div> |
---|
171 | |
---|
172 | |
---|
173 | |
---|
174 | </div></div></div> |
---|