Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
364b1b58
Commit
364b1b58
authored
Aug 05, 2014
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sencha touch framework
parent
eeffac5b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
1 deletion
+37
-1
pveproxy
bin/pveproxy
+1
-0
Makefile
www/Makefile
+1
-1
Makefile
www/touch/Makefile
+34
-0
pve.css
www/touch/pve.css
+1
-0
sencha-touch-2.3.1a-gpl.zip
www/touch/sencha-touch-2.3.1a-gpl.zip
+0
-0
No files found.
bin/pveproxy
View file @
364b1b58
...
...
@@ -82,6 +82,7 @@ eval {
my
$
dirs
=
{};
add_dirs
($
dirs
,
'/pve2/locale/'
,
'/usr/share/pve-manager/locale/'
);
add_dirs
($
dirs
,
'/pve2/touch/'
,
'/usr/share/pve-manager/touch/'
);
add_dirs
($
dirs
,
'/pve2/ext4/'
,
'/usr/share/pve-manager/ext4/'
);
add_dirs
($
dirs
,
'/pve2/images/'
=>
'/usr/share/pve-manager/images/'
);
add_dirs
($
dirs
,
'/pve2/css/'
=>
'/usr/share/pve-manager/css/'
);
...
...
www/Makefile
View file @
364b1b58
SUBDIRS
=
images ext4 css manager bootstrap
SUBDIRS
=
images ext4 css manager bootstrap
touch
all
:
${SUBDIRS}
...
...
www/touch/Makefile
0 → 100644
View file @
364b1b58
include
../../defines.mk
TOUCHDIR
=
touch-2.3.1
TOUCHSRC
=
sencha-touch-2.3.1a-gpl.zip
TOUCHDATA
=
\
${
TOUCHDIR
}
/sencha-touch-all.js
\
${
TOUCHDIR
}
/sencha-touch-all-debug.js
${TOUCHDATA}
:
${TOUCHSRC}
rm
-rf
${
TOUCHDIR
}
unzip
-x
${
TOUCHSRC
}
all
:
${TOUCHDATA}
.PHONY
:
install
install
:
${TOUCHDATA}
install
-d
${
WWWTOUCHDIR
}
install
-m
0644
${
TOUCHDATA
}
${
WWWTOUCHDIR
}
install
-d
${
WWWTOUCHDIR
}
/resources/css
cp
${
TOUCHDIR
}
/resources/css/
*
.css
${
WWWTOUCHDIR
}
/resources/css
install
-m
0644 pve.css
${
WWWTOUCHDIR
}
/resources/css
install
-d
${
WWWTOUCHDIR
}
/resources/themes/images
cp
-a
${
TOUCHDIR
}
/resources/themes/images/default
${
WWWTOUCHDIR
}
/resources/themes/images
chown
-R
www-data:www-data
${
WWWTOUCHDIR
}
find
${
WWWTOUCHDIR
}
-type
f
-exec
chmod
-R
0644
'{}'
';'
.PHONY
:
distclean
distclean
:
clean
.PHONY
:
clean
clean
:
rm
-rf
*
~
${
TOUCHDIR
}
www/touch/pve.css
0 → 100644
View file @
364b1b58
/* currently empty */
\ No newline at end of file
www/touch/sencha-touch-2.3.1a-gpl.zip
0 → 100644
View file @
364b1b58
File added
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