Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
c1aac18b
Commit
c1aac18b
authored
Feb 15, 2017
by
季圣华
Browse files
删除目录WebRoot
parent
177828ce
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
WebRoot/js/colorbox/example5/index.html
deleted
100644 → 0
View file @
177828ce
<!DOCTYPE html>
<html>
<head>
<meta
charset=
'utf-8'
/>
<title>
Colorbox Examples
</title>
<style>
body
{
font
:
12px
/
1.2
Verdana
,
sans-serif
;
padding
:
0
10px
;}
a
:link
,
a
:visited
{
text-decoration
:
none
;
color
:
#416CE5
;
border-bottom
:
1px
solid
#416CE5
;}
h2
{
font-size
:
13px
;
margin
:
15px
0
0
0
;}
</style>
<link
rel=
"stylesheet"
href=
"colorbox.css"
/>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"../jquery.colorbox.js"
></script>
<script>
$
(
document
).
ready
(
function
(){
//Examples of how to assign the Colorbox event to elements
$
(
"
.group1
"
).
colorbox
({
rel
:
'
group1
'
});
$
(
"
.group2
"
).
colorbox
({
rel
:
'
group2
'
,
transition
:
"
fade
"
});
$
(
"
.group3
"
).
colorbox
({
rel
:
'
group3
'
,
transition
:
"
none
"
,
width
:
"
75%
"
,
height
:
"
75%
"
});
$
(
"
.group4
"
).
colorbox
({
rel
:
'
group4
'
,
slideshow
:
true
});
$
(
"
.ajax
"
).
colorbox
();
$
(
"
.youtube
"
).
colorbox
({
iframe
:
true
,
innerWidth
:
640
,
innerHeight
:
390
});
$
(
"
.vimeo
"
).
colorbox
({
iframe
:
true
,
innerWidth
:
500
,
innerHeight
:
409
});
$
(
"
.iframe
"
).
colorbox
({
iframe
:
true
,
width
:
"
80%
"
,
height
:
"
80%
"
});
$
(
"
.inline
"
).
colorbox
({
inline
:
true
,
width
:
"
50%
"
});
$
(
"
.callbacks
"
).
colorbox
({
onOpen
:
function
(){
alert
(
'
onOpen: colorbox is about to open
'
);
},
onLoad
:
function
(){
alert
(
'
onLoad: colorbox has started to load the targeted content
'
);
},
onComplete
:
function
(){
alert
(
'
onComplete: colorbox has displayed the loaded content
'
);
},
onCleanup
:
function
(){
alert
(
'
onCleanup: colorbox has begun the close process
'
);
},
onClosed
:
function
(){
alert
(
'
onClosed: colorbox has completely closed
'
);
}
});
$
(
'
.non-retina
'
).
colorbox
({
rel
:
'
group5
'
,
transition
:
'
none
'
})
$
(
'
.retina
'
).
colorbox
({
rel
:
'
group5
'
,
transition
:
'
none
'
,
retinaImage
:
true
,
retinaUrl
:
true
});
//Example of preserving a JavaScript event for inline calls.
$
(
"
#click
"
).
click
(
function
(){
$
(
'
#click
'
).
css
({
"
background-color
"
:
"
#f00
"
,
"
color
"
:
"
#fff
"
,
"
cursor
"
:
"
inherit
"
}).
text
(
"
Open this window again and this message will still be here.
"
);
return
false
;
});
});
</script>
</head>
<body>
<h1>
Colorbox Demonstration
</h1>
<h2>
Elastic Transition
</h2>
<p><a
class=
"group1"
href=
"../content/ohoopee1.jpg"
title=
"Me and my grandfather on the Ohoopee."
>
Grouped Photo 1
</a></p>
<p><a
class=
"group1"
href=
"../content/ohoopee2.jpg"
title=
"On the Ohoopee as a child"
>
Grouped Photo 2
</a></p>
<p><a
class=
"group1"
href=
"../content/ohoopee3.jpg"
title=
"On the Ohoopee as an adult"
>
Grouped Photo 3
</a></p>
<h2>
Fade Transition
</h2>
<p><a
class=
"group2"
href=
"../content/ohoopee1.jpg"
title=
"Me and my grandfather on the Ohoopee"
>
Grouped Photo 1
</a></p>
<p><a
class=
"group2"
href=
"../content/ohoopee2.jpg"
title=
"On the Ohoopee as a child"
>
Grouped Photo 2
</a></p>
<p><a
class=
"group2"
href=
"../content/ohoopee3.jpg"
title=
"On the Ohoopee as an adult"
>
Grouped Photo 3
</a></p>
<h2>
No Transition + fixed width and height (75% of screen size)
</h2>
<p><a
class=
"group3"
href=
"../content/ohoopee1.jpg"
title=
"Me and my grandfather on the Ohoopee."
>
Grouped Photo 1
</a></p>
<p><a
class=
"group3"
href=
"../content/ohoopee2.jpg"
title=
"On the Ohoopee as a child"
>
Grouped Photo 2
</a></p>
<p><a
class=
"group3"
href=
"../content/ohoopee3.jpg"
title=
"On the Ohoopee as an adult"
>
Grouped Photo 3
</a></p>
<h2>
Slideshow
</h2>
<p><a
class=
"group4"
href=
"../content/ohoopee1.jpg"
title=
"Me and my grandfather on the Ohoopee."
>
Grouped Photo 1
</a></p>
<p><a
class=
"group4"
href=
"../content/ohoopee2.jpg"
title=
"On the Ohoopee as a child"
>
Grouped Photo 2
</a></p>
<p><a
class=
"group4"
href=
"../content/ohoopee3.jpg"
title=
"On the Ohoopee as an adult"
>
Grouped Photo 3
</a></p>
<h2>
Other Content Types
</h2>
<p><a
class=
'ajax'
href=
"../content/ajax.html"
title=
"Homer Defined"
>
Outside HTML (Ajax)
</a></p>
<p><a
class=
'youtube'
href=
"http://www.youtube.com/embed/VOJyrQa_WR4?rel=0&wmode=transparent"
>
Flash / Video (Iframe/Direct Link To YouTube)
</a></p>
<p><a
class=
'vimeo'
href=
"http://player.vimeo.com/video/2285902"
title=
"Röyksopp: Remind Me"
>
Flash / Video (Iframe/Direct Link To Vimeo)
</a></p>
<p><a
class=
'iframe'
href=
"http://wikipedia.com"
>
Outside Webpage (Iframe)
</a></p>
<p><a
class=
'inline'
href=
"#inline_content"
>
Inline HTML
</a></p>
<h2>
Demonstration of using callbacks
</h2>
<p><a
class=
'callbacks'
href=
"../content/marylou.jpg"
title=
"Marylou on Cumberland Island"
>
Example with alerts
</a>
. Callbacks and event-hooks allow users to extend functionality without having to rewrite parts of the plugin.
</p>
<h2>
Retina Images
</h2>
<p><a
class=
"retina"
href=
"../content/daisy.jpg"
title=
"Retina"
>
Retina
</a></p>
<p><a
class=
"non-retina"
href=
"../content/daisy.jpg"
title=
"Non-Retina"
>
Non-Retina
</a></p>
<!-- This contains the hidden content for inline calls -->
<div
style=
'display:none'
>
<div
id=
'inline_content'
style=
'padding:10px; background:#fff;'
>
<p><strong>
This content comes from a hidden element on this page.
</strong></p>
<p>
The inline option preserves bound JavaScript events and changes, and it puts the content back where it came from when it is closed.
</p>
<p><a
id=
"click"
href=
"#"
style=
'padding:5px; background:#ccc;'
>
Click me, it will be preserved!
</a></p>
<p><strong>
If you try to open a new Colorbox while it is already open, it will update itself with the new content.
</strong></p>
<p>
Updating Content Example:
<br
/>
<a
class=
"ajax"
href=
"../content/ajax.html"
>
Click here to load new content
</a></p>
</div>
</div>
</body>
</html>
\ No newline at end of file
WebRoot/js/colorbox/i18n/jquery.colorbox-ar.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Arabic (ar)
translated by: A.Rhman Sayes
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
الصورة {current} من {total}
"
,
previous
:
"
السابق
"
,
next
:
"
التالي
"
,
close
:
"
إغلاق
"
,
xhrError
:
"
حدث خطأ أثناء تحميل المحتوى.
"
,
imgError
:
"
حدث خطأ أثناء تحميل الصورة.
"
,
slideshowStart
:
"
تشغيل العرض
"
,
slideshowStop
:
"
إيقاف العرض
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-bg.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Bulgarian (bg)
translated by: Marian M.Bida
site: webmax.bg
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
изображение {current} от {total}
"
,
previous
:
"
предишна
"
,
next
:
"
следваща
"
,
close
:
"
затвори
"
,
xhrError
:
"
Неуспешно зареждане на съдържанието.
"
,
imgError
:
"
Неуспешно зареждане на изображението.
"
,
slideshowStart
:
"
пусни слайд-шоу
"
,
slideshowStop
:
"
спри слайд-шоу
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-ca.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Catala (ca)
translated by: eduard salla
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Imatge {current} de {total}
"
,
previous
:
"
Anterior
"
,
next
:
"
Següent
"
,
close
:
"
Tancar
"
,
xhrError
:
"
Error en la càrrega del contingut.
"
,
imgError
:
"
Error en la càrrega de la imatge.
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-cs.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Czech (cs)
translated by: Filip Novak
site: mame.napilno.cz/filip-novak
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
{current}. obrázek z {total}
"
,
previous
:
"
Předchozí
"
,
next
:
"
Následující
"
,
close
:
"
Zavřít
"
,
xhrError
:
"
Obsah se nepodařilo načíst.
"
,
imgError
:
"
Obrázek se nepodařilo načíst.
"
,
slideshowStart
:
"
Spustit slideshow
"
,
slideshowStop
:
"
Zastavit slideshow
"
});
\ No newline at end of file
WebRoot/js/colorbox/i18n/jquery.colorbox-da.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Danish (da)
translated by: danieljuhl
site: danieljuhl.dk
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Billede {current} af {total}
"
,
previous
:
"
Forrige
"
,
next
:
"
Næste
"
,
close
:
"
Luk
"
,
xhrError
:
"
Indholdet fejlede i indlæsningen.
"
,
imgError
:
"
Billedet fejlede i indlæsningen.
"
,
slideshowStart
:
"
Start slideshow
"
,
slideshowStop
:
"
Stop slideshow
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-de.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: German (de)
translated by: wallenium
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Bild {current} von {total}
"
,
previous
:
"
Zurück
"
,
next
:
"
Vor
"
,
close
:
"
Schließen
"
,
xhrError
:
"
Dieser Inhalt konnte nicht geladen werden.
"
,
imgError
:
"
Dieses Bild konnte nicht geladen werden.
"
,
slideshowStart
:
"
Slideshow starten
"
,
slideshowStop
:
"
Slideshow anhalten
"
});
\ No newline at end of file
WebRoot/js/colorbox/i18n/jquery.colorbox-es.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Spanish (es)
translated by: migolo
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Imagen {current} de {total}
"
,
previous
:
"
Anterior
"
,
next
:
"
Siguiente
"
,
close
:
"
Cerrar
"
,
xhrError
:
"
Error en la carga del contenido.
"
,
imgError
:
"
Error en la carga de la imagen.
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-et.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Estonian (et)
translated by: keevitaja
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
{current}/{total}
"
,
previous
:
"
eelmine
"
,
next
:
"
järgmine
"
,
close
:
"
sulge
"
,
xhrError
:
"
Sisu ei õnnestunud laadida.
"
,
imgError
:
"
Pilti ei õnnestunud laadida.
"
,
slideshowStart
:
"
Käivita slaidid
"
,
slideshowStop
:
"
Peata slaidid
"
});
\ No newline at end of file
WebRoot/js/colorbox/i18n/jquery.colorbox-fa.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Persian (Farsi)
translated by: Mahdi Jaberzadeh Ansari (MJZSoft)
site: www.mjzsoft.ir
email: mahdijaberzadehansari (at) yahoo.co.uk
Please note : Persian language is right to left like arabic.
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
تصویر {current} از {total}
"
,
previous
:
"
قبلی
"
,
next
:
"
بعدی
"
,
close
:
"
بستن
"
,
xhrError
:
"
متاسفانه محتویات مورد نظر قابل نمایش نیست.
"
,
imgError
:
"
متاسفانه بارگذاری این عکس با مشکل مواجه شده است.
"
,
slideshowStart
:
"
آغاز نمایش خودکار
"
,
slideshowStop
:
"
توقف نمایش خودکار
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-fi.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Finnish (fi)
translated by: Mikko
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Kuva {current} / {total}
"
,
previous
:
"
Edellinen
"
,
next
:
"
Seuraava
"
,
close
:
"
Sulje
"
,
xhrError
:
"
Sisällön lataaminen epäonnistui.
"
,
imgError
:
"
Kuvan lataaminen epäonnistui.
"
,
slideshowStart
:
"
Aloita kuvaesitys.
"
,
slideshowStop
:
"
Lopeta kuvaesitys.
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-fr.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: French (fr)
translated by: oaubert
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
image {current} sur {total}
"
,
previous
:
"
précédente
"
,
next
:
"
suivante
"
,
close
:
"
fermer
"
,
xhrError
:
"
Impossible de charger ce contenu.
"
,
imgError
:
"
Impossible de charger cette image.
"
,
slideshowStart
:
"
démarrer la présentation
"
,
slideshowStop
:
"
arrêter la présentation
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-gl.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Galician (gl)
translated by: donatorouco
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Imaxe {current} de {total}
"
,
previous
:
"
Anterior
"
,
next
:
"
Seguinte
"
,
close
:
"
Pechar
"
,
xhrError
:
"
Erro na carga do contido.
"
,
imgError
:
"
Erro na carga da imaxe.
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-gr.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Greek (gr)
translated by: S.Demirtzoglou
site: webiq.gr
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Εικόνα {current} από {total}
"
,
previous
:
"
Προηγούμενη
"
,
next
:
"
Επόμενη
"
,
close
:
"
Απόκρυψη
"
,
xhrError
:
"
Το περιεχόμενο δεν μπόρεσε να φορτωθεί.
"
,
imgError
:
"
Απέτυχε η φόρτωση της εικόνας.
"
,
slideshowStart
:
"
Έναρξη παρουσίασης
"
,
slideshowStop
:
"
Παύση παρουσίασης
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-he.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Hebrew (he)
translated by: DavidCo
site: DavidCo.me
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
תמונה {current} מתוך {total}
"
,
previous
:
"
הקודם
"
,
next
:
"
הבא
"
,
close
:
"
סגור
"
,
xhrError
:
"
שגיאה בטעינת התוכן.
"
,
imgError
:
"
שגיאה בטעינת התמונה.
"
,
slideshowStart
:
"
התחל מצגת
"
,
slideshowStop
:
"
עצור מצגת
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-hr.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Croatian (hr)
translated by: Mladen Bicanic (base.hr)
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Slika {current} od {total}
"
,
previous
:
"
Prethodna
"
,
next
:
"
Sljedeća
"
,
close
:
"
Zatvori
"
,
xhrError
:
"
Neuspješno učitavanje sadržaja.
"
,
imgError
:
"
Neuspješno učitavanje slike.
"
,
slideshowStart
:
"
Pokreni slideshow
"
,
slideshowStop
:
"
Zaustavi slideshow
"
});
\ No newline at end of file
WebRoot/js/colorbox/i18n/jquery.colorbox-hu.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Hungarian (hu)
translated by: kovadani
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
{current}/{total} kép
"
,
previous
:
"
Előző
"
,
next
:
"
Következő
"
,
close
:
"
Bezár
"
,
xhrError
:
"
A tartalmat nem sikerült betölteni.
"
,
imgError
:
"
A képet nem sikerült betölteni.
"
,
slideshowStart
:
"
Diavetítés indítása
"
,
slideshowStop
:
"
Diavetítés leállítása
"
});
\ No newline at end of file
WebRoot/js/colorbox/i18n/jquery.colorbox-id.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Indonesian (id)
translated by: sarwasunda
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
ke {current} dari {total}
"
,
previous
:
"
Sebelumnya
"
,
next
:
"
Berikutnya
"
,
close
:
"
Tutup
"
,
xhrError
:
"
Konten ini tidak dapat dimuat.
"
,
imgError
:
"
Gambar ini tidak dapat dimuat.
"
,
slideshowStart
:
"
Putar
"
,
slideshowStop
:
"
Berhenti
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-it.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Italian (it)
translated by: maur8ino
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
Immagine {current} di {total}
"
,
previous
:
"
Precedente
"
,
next
:
"
Successiva
"
,
close
:
"
Chiudi
"
,
xhrError
:
"
Errore nel caricamento del contenuto.
"
,
imgError
:
"
Errore nel caricamento dell'immagine.
"
,
slideshowStart
:
"
Inizia la presentazione
"
,
slideshowStop
:
"
Termina la presentazione
"
});
WebRoot/js/colorbox/i18n/jquery.colorbox-ja.js
deleted
100644 → 0
View file @
177828ce
/*
jQuery Colorbox language configuration
language: Japanaese (ja)
translated by: Hajime Fujimoto
*/
jQuery
.
extend
(
jQuery
.
colorbox
.
settings
,
{
current
:
"
{total}枚中{current}枚目
"
,
previous
:
"
前
"
,
next
:
"
次
"
,
close
:
"
閉じる
"
,
xhrError
:
"
コンテンツの読み込みに失敗しました
"
,
imgError
:
"
画像の読み込みに失敗しました
"
,
slideshowStart
:
"
スライドショー開始
"
,
slideshowStop
:
"
スライドショー終了
"
});
Prev
1
…
27
28
29
30
31
32
33
34
35
…
50
Next
Write
Preview
Supports
Markdown
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