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
Hardik Juneja
slapos.core
Commits
aa00b73e
Commit
aa00b73e
authored
Nov 15, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stabilise image sizes and simplify code.
parent
6603f616
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
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
+6
-4
master/bt5/vifib_web/bt/revision
master/bt5/vifib_web/bt/revision
+1
-1
No files found.
master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting_theme/vifib_hosting_js/vifib.js.xml
View file @
aa00b73e
...
...
@@ -8,7 +8,7 @@
<dictionary>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts21351
032.04
</string>
</value>
<value>
<string>
ts21351
764.59
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -33,9 +33,11 @@ function drawSoftwareProductList(data) {\n
newElem.attr(\'alt\', item.title);\n
newElem.attr(\'src\', item.image);\n
newElem.attr(\'id\', sp_id);\n
newElem.attr(\'width\', \'100\')\n
newElem.attr(\'height\', \'40\')\n
newElem.appendTo(li)\n
$(\'#\' + sp_id)
.click(function() {\n
alert(\'Clicked on \' + $(this)[0][\'alt\']);\n
newElem
.click(function() {\n
alert(\'Clicked on \' + $(this)[0][\'alt\']
+ $(this)[0][\'id\']
);\n
});\n
});\n
$("#js_entry").before(ul);\n
...
...
@@ -74,7 +76,7 @@ function mainController() {\n
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
1
189
</int>
</value>
<value>
<int>
1
271
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
master/bt5/vifib_web/bt/revision
View file @
aa00b73e
317
\ No newline at end of file
318
\ No newline at end of file
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