Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gabriel Monnerat
slapos.core
Commits
4e634b9b
Commit
4e634b9b
authored
Nov 18, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make request form similar to software release form.
parent
633d85da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
...l_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
+5
-2
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_jauks_theme/vifib_style/vifib.css.xml
.../portal_skins/vifib_jauks_theme/vifib_style/vifib.css.xml
+3
-2
No files found.
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
View file @
4e634b9b
...
...
@@ -8,7 +8,7 @@
<dictionary>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts2163
4831.8
</string>
</value>
<value>
<string>
ts2163
5113.33
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -119,6 +119,7 @@ function drawRequest(data) {\n
js_container.append(title_q);\n
title_a = $(\'
<input
type=
"text"
>
\');\n
title_a.attr(\'id\', \'software_instance_title\');\n
title_a.addClass(\'software_release_input\');\n
title_q.append(title_a);\n
\n
xml_q = $(\'
<div>
\');\n
...
...
@@ -126,12 +127,14 @@ function drawRequest(data) {\n
js_container.append(xml_q);\n
xml_a = $(\'
<textarea>
\');\n
xml_a.attr(\'id\', \'software_instance_xml\');\n
xml_a.addClass(\'software_release_input\');\n
xml_q.append(xml_a)\n
computer_q = $(\'
<div>
\');\n
computer_q.html(\'Computer:\');\n
js_container.append(computer_q);\n
computer_a = $(\'
<select>
\');\n
computer_a.attr({\'name\': \'computer\', \'id\': \'computer\'});\n
computer_a.addClass(\'software_release_input\');\n
computer_q.append(computer_a)\n
$.getJSON(vifib[\'site_url\'] + "/ERP5Site_getComputerListAsJSON", function(data) {\n
option = $(\'
<option>
\');\n
...
...
@@ -215,7 +218,7 @@ function hashController ()\n
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
5
317
</int>
</value>
<value>
<int>
5
456
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_jauks_theme/vifib_style/vifib.css.xml
View file @
4e634b9b
...
...
@@ -216,13 +216,14 @@ input.software_release_search {height: 30px}\n
.software_release_input {\n
color: #BAE2E9;\n
background-color: #2d909c;\n
border: medium
none
;\n
border: medium
solid
;\n
border-radius: 10px 10px 10px 10px;\n
font-size: 11px;\n
font-weight: bold;\n
height: 30px;\n
padding: 0 0 0 0;}\n
button.software_release_input {cursor: pointer;}\n
button.software_release_input {cursor: pointer; border: medium none;}\n
textarea.software_release_input {height: 100px; padding: 15px 15px 15px 15px;}\n
</tal:block>
]]>
</unicode>
</value>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment