Merge pull request #2121 from nanoant/patch/less-n-template-indent
Consistent tab indentation for all source filestokarchuk/v1.17
commit
14080dd61d
@ -1,6 +1,6 @@ |
||||
.emoji { |
||||
width: 1.5em; |
||||
height: 1.5em; |
||||
display: inline-block; |
||||
background-size: contain; |
||||
width: 1.5em; |
||||
height: 1.5em; |
||||
display: inline-block; |
||||
background-size: contain; |
||||
} |
||||
|
@ -1,481 +1,481 @@ |
||||
.markdown { |
||||
overflow: hidden; |
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; |
||||
font-size: 16px; |
||||
line-height: 1.6 !important; |
||||
word-wrap: break-word; |
||||
|
||||
&.file-view { |
||||
padding: 5px 2em 2em !important; |
||||
} |
||||
|
||||
>*:first-child { |
||||
margin-top: 0 !important; |
||||
} |
||||
|
||||
>*:last-child { |
||||
margin-bottom: 0 !important; |
||||
} |
||||
|
||||
a:not([href]) { |
||||
color: inherit; |
||||
text-decoration: none; |
||||
} |
||||
|
||||
.absent { |
||||
color: #c00; |
||||
} |
||||
|
||||
.anchor { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
display: block; |
||||
padding-right: 6px; |
||||
padding-left: 30px; |
||||
margin-left: -30px; |
||||
} |
||||
|
||||
.anchor:focus { |
||||
outline: none; |
||||
} |
||||
|
||||
h1, |
||||
h2, |
||||
h3, |
||||
h4, |
||||
h5, |
||||
h6 { |
||||
position: relative; |
||||
margin-top: 1em; |
||||
margin-bottom: 16px; |
||||
font-weight: bold; |
||||
line-height: 1.4; |
||||
} |
||||
|
||||
h1 .octicon-link, |
||||
h2 .octicon-link, |
||||
h3 .octicon-link, |
||||
h4 .octicon-link, |
||||
h5 .octicon-link, |
||||
h6 .octicon-link { |
||||
display:none; |
||||
color:#000; |
||||
vertical-align:middle; |
||||
} |
||||
|
||||
h1:hover .anchor, |
||||
h2:hover .anchor, |
||||
h3:hover .anchor, |
||||
h4:hover .anchor, |
||||
h5:hover .anchor, |
||||
h6:hover .anchor { |
||||
padding-left:8px; |
||||
margin-left:-30px; |
||||
text-decoration:none; |
||||
} |
||||
|
||||
h1:hover .anchor .octicon-link, |
||||
h2:hover .anchor .octicon-link, |
||||
h3:hover .anchor .octicon-link, |
||||
h4:hover .anchor .octicon-link, |
||||
h5:hover .anchor .octicon-link, |
||||
h6:hover .anchor .octicon-link { |
||||
display:inline-block; |
||||
} |
||||
|
||||
h1 tt, |
||||
h1 code, |
||||
h2 tt, |
||||
h2 code, |
||||
h3 tt, |
||||
h3 code, |
||||
h4 tt, |
||||
h4 code, |
||||
h5 tt, |
||||
h5 code, |
||||
h6 tt, |
||||
h6 code { |
||||
font-size:inherit; |
||||
} |
||||
|
||||
h1 { |
||||
padding-bottom:0.3em; |
||||
font-size:2.25em; |
||||
line-height:1.2; |
||||
border-bottom:1px solid #eee; |
||||
} |
||||
|
||||
h1 .anchor { |
||||
line-height:1; |
||||
} |
||||
|
||||
h2 { |
||||
padding-bottom:0.3em; |
||||
font-size:1.75em; |
||||
line-height:1.225; |
||||
border-bottom:1px solid #eee; |
||||
} |
||||
|
||||
h2 .anchor { |
||||
line-height:1; |
||||
} |
||||
|
||||
h3 { |
||||
font-size:1.5em; |
||||
line-height:1.43; |
||||
} |
||||
|
||||
h3 .anchor { |
||||
line-height:1.2; |
||||
} |
||||
|
||||
h4 { |
||||
font-size:1.25em; |
||||
} |
||||
|
||||
h4 .anchor { |
||||
line-height:1.2; |
||||
} |
||||
|
||||
h5 { |
||||
font-size:1em; |
||||
} |
||||
|
||||
h5 .anchor { |
||||
line-height:1.1; |
||||
} |
||||
|
||||
h6 { |
||||
font-size:1em;color:#777; |
||||
} |
||||
|
||||
h6 .anchor { |
||||
line-height:1.1; |
||||
} |
||||
|
||||
p, |
||||
blockquote, |
||||
ul, |
||||
ol, |
||||
dl, |
||||
table, |
||||
pre { |
||||
margin-top: 0; |
||||
margin-bottom: 16px; |
||||
} |
||||
blockquote { |
||||
margin-left: 0; |
||||
} |
||||
|
||||
hr { |
||||
height:4px; |
||||
padding:0; |
||||
margin:16px 0; |
||||
background-color:#e7e7e7; |
||||
border:0 none; |
||||
} |
||||
|
||||
ul, |
||||
ol { |
||||
padding-left:2em; |
||||
} |
||||
|
||||
ul.no-list, |
||||
ol.no-list { |
||||
padding:0; |
||||
list-style-type:none; |
||||
} |
||||
|
||||
ul ul, |
||||
ul ol, |
||||
ol ol, |
||||
ol ul { |
||||
margin-top:0; |
||||
margin-bottom:0; |
||||
} |
||||
|
||||
ol ol, |
||||
ul ol { |
||||
list-style-type: lower-roman; |
||||
} |
||||
|
||||
li>p { |
||||
margin-top:16px; |
||||
} |
||||
|
||||
dl { |
||||
padding:0; |
||||
} |
||||
|
||||
dl dt { |
||||
padding:0; |
||||
margin-top:16px; |
||||
font-size:1em; |
||||
font-style:italic; |
||||
font-weight:bold; |
||||
} |
||||
|
||||
dl dd { |
||||
padding:0 16px; |
||||
margin-bottom:16px; |
||||
} |
||||
|
||||
blockquote { |
||||
padding:0 15px; |
||||
color:#777; |
||||
border-left:4px solid #ddd; |
||||
} |
||||
|
||||
blockquote>:first-child { |
||||
margin-top:0; |
||||
} |
||||
|
||||
blockquote>:last-child { |
||||
margin-bottom:0; |
||||
} |
||||
|
||||
table { |
||||
display:block; |
||||
width:100%; |
||||
overflow:auto; |
||||
word-break:normal; |
||||
word-break:keep-all; |
||||
} |
||||
|
||||
table th { |
||||
font-weight:bold; |
||||
} |
||||
|
||||
table th, |
||||
table td { |
||||
padding:6px 13px !important; |
||||
border:1px solid #ddd; |
||||
} |
||||
|
||||
table tr { |
||||
background-color:#fff; |
||||
border-top:1px solid #ccc; |
||||
} |
||||
|
||||
table tr:nth-child(2n) { |
||||
background-color:#f8f8f8; |
||||
} |
||||
|
||||
img { |
||||
max-width:100%; |
||||
box-sizing:border-box; |
||||
} |
||||
|
||||
.emoji { |
||||
max-width:none; |
||||
} |
||||
|
||||
span.frame { |
||||
display:block; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
span.frame>span { |
||||
display:block; |
||||
float:left; |
||||
width:auto; |
||||
padding:7px; |
||||
margin:13px 0 0; |
||||
overflow:hidden; |
||||
border:1px solid #ddd; |
||||
} |
||||
|
||||
span.frame span img { |
||||
display:block; |
||||
float:left; |
||||
} |
||||
|
||||
span.frame span span { |
||||
display:block; |
||||
padding:5px 0 0; |
||||
clear:both; |
||||
color:#333; |
||||
} |
||||
|
||||
span.align-center { |
||||
display:block; |
||||
overflow:hidden; |
||||
clear:both; |
||||
} |
||||
|
||||
span.align-center>span { |
||||
display:block; |
||||
margin:13px auto 0; |
||||
overflow:hidden; |
||||
text-align:center; |
||||
} |
||||
|
||||
span.align-center span img { |
||||
margin:0 auto; |
||||
text-align:center; |
||||
} |
||||
|
||||
span.align-right { |
||||
display:block; |
||||
overflow:hidden; |
||||
clear:both; |
||||
} |
||||
|
||||
span.align-right>span { |
||||
display:block; |
||||
margin:13px 0 0; |
||||
overflow:hidden; |
||||
text-align:right; |
||||
} |
||||
|
||||
span.align-right span img { |
||||
margin:0; |
||||
text-align:right; |
||||
} |
||||
|
||||
span.float-left { |
||||
display:block; |
||||
float:left; |
||||
margin-right:13px; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
span.float-left span { |
||||
margin:13px 0 0; |
||||
} |
||||
|
||||
span.float-right { |
||||
display:block; |
||||
float:right; |
||||
margin-left:13px; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
span.float-right>span { |
||||
display:block; |
||||
margin:13px auto 0; |
||||
overflow:hidden; |
||||
text-align:right; |
||||
} |
||||
|
||||
code, |
||||
tt { |
||||
padding:0; |
||||
padding-top:0.2em; |
||||
padding-bottom:0.2em; |
||||
margin:0; |
||||
font-size:85%; |
||||
background-color:rgba(0,0,0,0.04); |
||||
border-radius:3px; |
||||
} |
||||
|
||||
code:before, |
||||
code:after, |
||||
tt:before, |
||||
tt:after { |
||||
letter-spacing:-0.2em; |
||||
content:"\00a0"; |
||||
} |
||||
|
||||
code br, |
||||
tt br { |
||||
display:none; |
||||
} |
||||
|
||||
del code { |
||||
text-decoration:inherit; |
||||
} |
||||
|
||||
pre>code { |
||||
padding:0; |
||||
margin:0; |
||||
font-size:100%; |
||||
word-break:normal; |
||||
white-space:pre; |
||||
background:transparent; |
||||
border:0; |
||||
} |
||||
|
||||
.highlight { |
||||
margin-bottom:16px; |
||||
} |
||||
|
||||
.highlight pre, |
||||
pre { |
||||
padding:16px; |
||||
overflow:auto; |
||||
font-size:85%; |
||||
line-height:1.45; |
||||
background-color:#f7f7f7; |
||||
border-radius:3px; |
||||
} |
||||
|
||||
.highlight pre { |
||||
margin-bottom:0; |
||||
word-break:normal; |
||||
} |
||||
|
||||
pre { |
||||
word-wrap:normal; |
||||
} |
||||
|
||||
pre code, |
||||
pre tt { |
||||
display:inline; |
||||
max-width:initial; |
||||
padding:0; |
||||
margin:0; |
||||
overflow:initial; |
||||
line-height:inherit; |
||||
word-wrap:normal; |
||||
background-color:transparent; |
||||
border:0; |
||||
} |
||||
|
||||
pre code:before, |
||||
pre code:after, |
||||
pre tt:before, |
||||
pre tt:after { |
||||
content:normal; |
||||
} |
||||
|
||||
kbd { |
||||
display:inline-block; |
||||
padding:3px 5px; |
||||
font-size:11px; |
||||
line-height:10px; |
||||
color:#555; |
||||
vertical-align:middle; |
||||
background-color:#fcfcfc; |
||||
border:solid 1px #ccc; |
||||
border-bottom-color:#bbb; |
||||
border-radius:3px; |
||||
box-shadow:inset 0 -1px 0 #bbb; |
||||
} |
||||
|
||||
.csv-data td, |
||||
.csv-data th { |
||||
padding:5px; |
||||
overflow:hidden; |
||||
font-size:12px; |
||||
line-height:1; |
||||
text-align:left; |
||||
white-space:nowrap; |
||||
} |
||||
|
||||
.csv-data .blob-num { |
||||
padding:10px 8px 9px; |
||||
text-align:right; |
||||
background:#fff;border:0; |
||||
} |
||||
|
||||
.csv-data tr { |
||||
border-top:0; |
||||
} |
||||
|
||||
.csv-data th { |
||||
font-weight:bold; |
||||
background:#f8f8f8;border-top:0; |
||||
} |
||||
} |
||||
overflow: hidden; |
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; |
||||
font-size: 16px; |
||||
line-height: 1.6 !important; |
||||
word-wrap: break-word; |
||||
|
||||
&.file-view { |
||||
padding: 5px 2em 2em !important; |
||||
} |
||||
|
||||
>*:first-child { |
||||
margin-top: 0 !important; |
||||
} |
||||
|
||||
>*:last-child { |
||||
margin-bottom: 0 !important; |
||||
} |
||||
|
||||
a:not([href]) { |
||||
color: inherit; |
||||
text-decoration: none; |
||||
} |
||||
|
||||
.absent { |
||||
color: #c00; |
||||
} |
||||
|
||||
.anchor { |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
display: block; |
||||
padding-right: 6px; |
||||
padding-left: 30px; |
||||
margin-left: -30px; |
||||
} |
||||
|
||||
.anchor:focus { |
||||
outline: none; |
||||
} |
||||
|
||||
h1, |
||||
h2, |
||||
h3, |
||||
h4, |
||||
h5, |
||||
h6 { |
||||
position: relative; |
||||
margin-top: 1em; |
||||
margin-bottom: 16px; |
||||
font-weight: bold; |
||||
line-height: 1.4; |
||||
} |
||||
|
||||
h1 .octicon-link, |
||||
h2 .octicon-link, |
||||
h3 .octicon-link, |
||||
h4 .octicon-link, |
||||
h5 .octicon-link, |
||||
h6 .octicon-link { |
||||
display:none; |
||||
color:#000; |
||||
vertical-align:middle; |
||||
} |
||||
|
||||
h1:hover .anchor, |
||||
h2:hover .anchor, |
||||
h3:hover .anchor, |
||||
h4:hover .anchor, |
||||
h5:hover .anchor, |
||||
h6:hover .anchor { |
||||
padding-left:8px; |
||||
margin-left:-30px; |
||||
text-decoration:none; |
||||
} |
||||
|
||||
h1:hover .anchor .octicon-link, |
||||
h2:hover .anchor .octicon-link, |
||||
h3:hover .anchor .octicon-link, |
||||
h4:hover .anchor .octicon-link, |
||||
h5:hover .anchor .octicon-link, |
||||
h6:hover .anchor .octicon-link { |
||||
display:inline-block; |
||||
} |
||||
|
||||
h1 tt, |
||||
h1 code, |
||||
h2 tt, |
||||
h2 code, |
||||
h3 tt, |
||||
h3 code, |
||||
h4 tt, |
||||
h4 code, |
||||
h5 tt, |
||||
h5 code, |
||||
h6 tt, |
||||
h6 code { |
||||
font-size:inherit; |
||||
} |
||||
|
||||
h1 { |
||||
padding-bottom:0.3em; |
||||
font-size:2.25em; |
||||
line-height:1.2; |
||||
border-bottom:1px solid #eee; |
||||
} |
||||
|
||||
h1 .anchor { |
||||
line-height:1; |
||||
} |
||||
|
||||
h2 { |
||||
padding-bottom:0.3em; |
||||
font-size:1.75em; |
||||
line-height:1.225; |
||||
border-bottom:1px solid #eee; |
||||
} |
||||
|
||||
h2 .anchor { |
||||
line-height:1; |
||||
} |
||||
|
||||
h3 { |
||||
font-size:1.5em; |
||||
line-height:1.43; |
||||
} |
||||
|
||||
h3 .anchor { |
||||
line-height:1.2; |
||||
} |
||||
|
||||
h4 { |
||||
font-size:1.25em; |
||||
} |
||||
|
||||
h4 .anchor { |
||||
line-height:1.2; |
||||
} |
||||
|
||||
h5 { |
||||
font-size:1em; |
||||
} |
||||
|
||||
h5 .anchor { |
||||
line-height:1.1; |
||||
} |
||||
|
||||
h6 { |
||||
font-size:1em;color:#777; |
||||
} |
||||
|
||||
h6 .anchor { |
||||
line-height:1.1; |
||||
} |
||||
|
||||
p, |
||||
blockquote, |
||||
ul, |
||||
ol, |
||||
dl, |
||||
table, |
||||
pre { |
||||
margin-top: 0; |
||||
margin-bottom: 16px; |
||||
} |
||||
blockquote { |
||||
margin-left: 0; |
||||
} |
||||
|
||||
hr { |
||||
height:4px; |
||||
padding:0; |
||||
margin:16px 0; |
||||
background-color:#e7e7e7; |
||||
border:0 none; |
||||
} |
||||
|
||||
ul, |
||||
ol { |
||||
padding-left:2em; |
||||
} |
||||
|
||||
ul.no-list, |
||||
ol.no-list { |
||||
padding:0; |
||||
list-style-type:none; |
||||
} |
||||
|
||||
ul ul, |
||||
ul ol, |
||||
ol ol, |
||||
ol ul { |
||||
margin-top:0; |
||||
margin-bottom:0; |
||||
} |
||||
|
||||
ol ol, |
||||
ul ol { |
||||
list-style-type: lower-roman; |
||||
} |
||||
|
||||
li>p { |
||||
margin-top:16px; |
||||
} |
||||
|
||||
dl { |
||||
padding:0; |
||||
} |
||||
|
||||
dl dt { |
||||
padding:0; |
||||
margin-top:16px; |
||||
font-size:1em; |
||||
font-style:italic; |
||||
font-weight:bold; |
||||
} |
||||
|
||||
dl dd { |
||||
padding:0 16px; |
||||
margin-bottom:16px; |
||||
} |
||||
|
||||
blockquote { |
||||
padding:0 15px; |
||||
color:#777; |
||||
border-left:4px solid #ddd; |
||||
} |
||||
|
||||
blockquote>:first-child { |
||||
margin-top:0; |
||||
} |
||||
|
||||
blockquote>:last-child { |
||||
margin-bottom:0; |
||||
} |
||||
|
||||
table { |
||||
display:block; |
||||
width:100%; |
||||
overflow:auto; |
||||
word-break:normal; |
||||
word-break:keep-all; |
||||
} |
||||
|
||||
table th { |
||||
font-weight:bold; |
||||
} |
||||
|
||||
table th, |
||||
table td { |
||||
padding:6px 13px !important; |
||||
border:1px solid #ddd; |
||||
} |
||||
|
||||
table tr { |
||||
background-color:#fff; |
||||
border-top:1px solid #ccc; |
||||
} |
||||
|
||||
table tr:nth-child(2n) { |
||||
background-color:#f8f8f8; |
||||
} |
||||
|
||||
img { |
||||
max-width:100%; |
||||
box-sizing:border-box; |
||||
} |
||||
|
||||
.emoji { |
||||
max-width:none; |
||||
} |
||||
|
||||
span.frame { |
||||
display:block; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
span.frame>span { |
||||
display:block; |
||||
float:left; |
||||
width:auto; |
||||
padding:7px; |
||||
margin:13px 0 0; |
||||
overflow:hidden; |
||||
border:1px solid #ddd; |
||||
} |
||||
|
||||
span.frame span img { |
||||
display:block; |
||||
float:left; |
||||
} |
||||
|
||||
span.frame span span { |
||||
display:block; |
||||
padding:5px 0 0; |
||||
clear:both; |
||||
color:#333; |
||||
} |
||||
|
||||
span.align-center { |
||||
display:block; |
||||
overflow:hidden; |
||||
clear:both; |
||||
} |
||||
|
||||
span.align-center>span { |
||||
display:block; |
||||
margin:13px auto 0; |
||||
overflow:hidden; |
||||
text-align:center; |
||||
} |
||||
|
||||
span.align-center span img { |
||||
margin:0 auto; |
||||
text-align:center; |
||||
} |
||||
|
||||
span.align-right { |
||||
display:block; |
||||
overflow:hidden; |
||||
clear:both; |
||||
} |
||||
|
||||
span.align-right>span { |
||||
display:block; |
||||
margin:13px 0 0; |
||||
overflow:hidden; |
||||
text-align:right; |
||||
} |
||||
|
||||
span.align-right span img { |
||||
margin:0; |
||||
text-align:right; |
||||
} |
||||
|
||||
span.float-left { |
||||
display:block; |
||||
float:left; |
||||
margin-right:13px; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
span.float-left span { |
||||
margin:13px 0 0; |
||||
} |
||||
|
||||
span.float-right { |
||||
display:block; |
||||
float:right; |
||||
margin-left:13px; |
||||
overflow:hidden; |
||||
} |
||||
|
||||
span.float-right>span { |
||||
display:block; |
||||
margin:13px auto 0; |
||||
overflow:hidden; |
||||
text-align:right; |
||||
} |
||||
|
||||
code, |
||||
tt { |
||||
padding:0; |
||||
padding-top:0.2em; |
||||
padding-bottom:0.2em; |
||||
margin:0; |
||||
font-size:85%; |
||||
background-color:rgba(0,0,0,0.04); |
||||
border-radius:3px; |
||||
} |
||||
|
||||
code:before, |
||||
code:after, |
||||
tt:before, |
||||
tt:after { |
||||
letter-spacing:-0.2em; |
||||
content:"\00a0"; |
||||
} |
||||
|
||||
code br, |
||||
tt br { |
||||
display:none; |
||||
} |
||||
|
||||
del code { |
||||
text-decoration:inherit; |
||||
} |
||||
|
||||
pre>code { |
||||
padding:0; |
||||
margin:0; |
||||
font-size:100%; |
||||
word-break:normal; |
||||
white-space:pre; |
||||
background:transparent; |
||||
border:0; |
||||
} |
||||
|
||||
.highlight { |
||||
margin-bottom:16px; |
||||
} |
||||
|
||||
.highlight pre, |
||||
pre { |
||||
padding:16px; |
||||
overflow:auto; |
||||
font-size:85%; |
||||
line-height:1.45; |
||||
background-color:#f7f7f7; |
||||
border-radius:3px; |
||||
} |
||||
|
||||
.highlight pre { |
||||
margin-bottom:0; |
||||
word-break:normal; |
||||
} |
||||
|
||||
pre { |
||||
word-wrap:normal; |
||||
} |
||||
|
||||
pre code, |
||||
pre tt { |
||||
display:inline; |
||||
max-width:initial; |
||||
padding:0; |
||||
margin:0; |
||||
overflow:initial; |
||||
line-height:inherit; |
||||
word-wrap:normal; |
||||
background-color:transparent; |
||||
border:0; |
||||
} |
||||
|
||||
pre code:before, |
||||
pre code:after, |
||||
pre tt:before, |
||||
pre tt:after { |
||||
content:normal; |
||||
} |
||||
|
||||
kbd { |
||||
display:inline-block; |
||||
padding:3px 5px; |
||||
font-size:11px; |
||||
line-height:10px; |
||||
color:#555; |
||||
vertical-align:middle; |
||||
background-color:#fcfcfc; |
||||
border:solid 1px #ccc; |
||||
border-bottom-color:#bbb; |
||||
border-radius:3px; |
||||
box-shadow:inset 0 -1px 0 #bbb; |
||||
} |
||||
|
||||
.csv-data td, |
||||
.csv-data th { |
||||
padding:5px; |
||||
overflow:hidden; |
||||
font-size:12px; |
||||
line-height:1; |
||||
text-align:left; |
||||
white-space:nowrap; |
||||
} |
||||
|
||||
.csv-data .blob-num { |
||||
padding:10px 8px 9px; |
||||
text-align:right; |
||||
background:#fff;border:0; |
||||
} |
||||
|
||||
.csv-data tr { |
||||
border-top:0; |
||||
} |
||||
|
||||
.csv-data th { |
||||
font-weight:bold; |
||||
background:#f8f8f8;border-top:0; |
||||
} |
||||
} |
||||
|
@ -1,164 +1,164 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin edit authentication"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.edit"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<input type="hidden" name="id" value="{{.Source.ID}}"> |
||||
<div class="inline field"> |
||||
<label>{{$.i18n.Tr "admin.auths.auth_type"}}</label> |
||||
<input type="hidden" name="type" value="{{.Source.Type}}"> |
||||
<span>{{.Source.TypeName}}</span> |
||||
</div> |
||||
<div class="required inline field {{if .Err_Name}}error{{end}}"> |
||||
<label for="name">{{.i18n.Tr "admin.auths.auth_name"}}</label> |
||||
<input id="name" name="name" value="{{.Source.Name}}" autofocus required> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.edit"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<input type="hidden" name="id" value="{{.Source.ID}}"> |
||||
<div class="inline field"> |
||||
<label>{{$.i18n.Tr "admin.auths.auth_type"}}</label> |
||||
<input type="hidden" name="type" value="{{.Source.Type}}"> |
||||
<span>{{.Source.TypeName}}</span> |
||||
</div> |
||||
<div class="required inline field {{if .Err_Name}}error{{end}}"> |
||||
<label for="name">{{.i18n.Tr "admin.auths.auth_name"}}</label> |
||||
<input id="name" name="name" value="{{.Source.Name}}" autofocus required> |
||||
</div> |
||||
|
||||
<!-- LDAP and DLDAP --> |
||||
{{if or .Source.IsLDAP .Source.IsDLDAP}} |
||||
{{ $cfg:=.Source.LDAP }} |
||||
<div class="required field"> |
||||
<label for="host">{{.i18n.Tr "admin.auths.host"}}</label> |
||||
<input id="host" name="host" value="{{$cfg.Host}}" placeholder="e.g. mydomain.com" required> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="port">{{.i18n.Tr "admin.auths.port"}}</label> |
||||
<input id="port" name="port" value="{{$cfg.Port}}" placeholder="e.g. 636" required> |
||||
</div> |
||||
{{if .Source.IsLDAP}} |
||||
<div class="required field"> |
||||
<label for="bind_dn">{{.i18n.Tr "admin.auths.bind_dn"}}</label> |
||||
<input id="bind_dn" name="bind_dn" value="{{$cfg.BindDN}}" placeholder="e.g. cn=Search,dc=mydomain,dc=com" required> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="required field"> |
||||
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label> |
||||
<input id="bind_password" name="bind_password" type="password" value="{{$cfg.BindPassword}}" required> |
||||
<p class="help text red">{{.i18n.Tr "admin.auths.bind_password_helper"}}</p> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label> |
||||
<input id="user_base" name="user_base" value="{{$cfg.UserBase}}" placeholder="e.g. ou=Users,dc=mydomain,dc=com" required> |
||||
</div> |
||||
{{end}} |
||||
{{if .Source.IsDLDAP}} |
||||
<div class="required field"> |
||||
<label for="user_dn">{{.i18n.Tr "admin.auths.user_dn"}}</label> |
||||
<input id="user_dn" name="user_dn" value="{{$cfg.UserDN}}" placeholder="e.g. uid=%s,ou=Users,dc=mydomain,dc=com" required> |
||||
</div> |
||||
{{end}} |
||||
<div class="required field"> |
||||
<label for="filter">{{.i18n.Tr "admin.auths.filter"}}</label> |
||||
<input id="filter" name="filter" value="{{$cfg.Filter}}" placeholder="e.g. (&(objectClass=posixAccount)(uid=%s))" required> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="admin_filter">{{.i18n.Tr "admin.auths.admin_filter"}}</label> |
||||
<input id="admin_filter" name="admin_filter" value="{{$cfg.AdminFilter}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_username">{{.i18n.Tr "admin.auths.attribute_username"}}</label> |
||||
<input id="attribute_username" name="attribute_username" value="{{$cfg.AttributeUsername}}" placeholder="{{.i18n.Tr "admin.auths.attribute_username_placeholder"}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_name">{{.i18n.Tr "admin.auths.attribute_name"}}</label> |
||||
<input id="attribute_name" name="attribute_name" value="{{$cfg.AttributeName}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_surname">{{.i18n.Tr "admin.auths.attribute_surname"}}</label> |
||||
<input id="attribute_surname" name="attribute_surname" value="{{$cfg.AttributeSurname}}"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="attribute_mail">{{.i18n.Tr "admin.auths.attribute_mail"}}</label> |
||||
<input id="attribute_mail" name="attribute_mail" value="{{$cfg.AttributeMail}}" placeholder="e.g. mail" required> |
||||
</div> |
||||
{{end}} |
||||
<!-- LDAP and DLDAP --> |
||||
{{if or .Source.IsLDAP .Source.IsDLDAP}} |
||||
{{ $cfg:=.Source.LDAP }} |
||||
<div class="required field"> |
||||
<label for="host">{{.i18n.Tr "admin.auths.host"}}</label> |
||||
<input id="host" name="host" value="{{$cfg.Host}}" placeholder="e.g. mydomain.com" required> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="port">{{.i18n.Tr "admin.auths.port"}}</label> |
||||
<input id="port" name="port" value="{{$cfg.Port}}" placeholder="e.g. 636" required> |
||||
</div> |
||||
{{if .Source.IsLDAP}} |
||||
<div class="required field"> |
||||
<label for="bind_dn">{{.i18n.Tr "admin.auths.bind_dn"}}</label> |
||||
<input id="bind_dn" name="bind_dn" value="{{$cfg.BindDN}}" placeholder="e.g. cn=Search,dc=mydomain,dc=com" required> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="required field"> |
||||
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label> |
||||
<input id="bind_password" name="bind_password" type="password" value="{{$cfg.BindPassword}}" required> |
||||
<p class="help text red">{{.i18n.Tr "admin.auths.bind_password_helper"}}</p> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label> |
||||
<input id="user_base" name="user_base" value="{{$cfg.UserBase}}" placeholder="e.g. ou=Users,dc=mydomain,dc=com" required> |
||||
</div> |
||||
{{end}} |
||||
{{if .Source.IsDLDAP}} |
||||
<div class="required field"> |
||||
<label for="user_dn">{{.i18n.Tr "admin.auths.user_dn"}}</label> |
||||
<input id="user_dn" name="user_dn" value="{{$cfg.UserDN}}" placeholder="e.g. uid=%s,ou=Users,dc=mydomain,dc=com" required> |
||||
</div> |
||||
{{end}} |
||||
<div class="required field"> |
||||
<label for="filter">{{.i18n.Tr "admin.auths.filter"}}</label> |
||||
<input id="filter" name="filter" value="{{$cfg.Filter}}" placeholder="e.g. (&(objectClass=posixAccount)(uid=%s))" required> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="admin_filter">{{.i18n.Tr "admin.auths.admin_filter"}}</label> |
||||
<input id="admin_filter" name="admin_filter" value="{{$cfg.AdminFilter}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_username">{{.i18n.Tr "admin.auths.attribute_username"}}</label> |
||||
<input id="attribute_username" name="attribute_username" value="{{$cfg.AttributeUsername}}" placeholder="{{.i18n.Tr "admin.auths.attribute_username_placeholder"}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_name">{{.i18n.Tr "admin.auths.attribute_name"}}</label> |
||||
<input id="attribute_name" name="attribute_name" value="{{$cfg.AttributeName}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_surname">{{.i18n.Tr "admin.auths.attribute_surname"}}</label> |
||||
<input id="attribute_surname" name="attribute_surname" value="{{$cfg.AttributeSurname}}"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="attribute_mail">{{.i18n.Tr "admin.auths.attribute_mail"}}</label> |
||||
<input id="attribute_mail" name="attribute_mail" value="{{$cfg.AttributeMail}}" placeholder="e.g. mail" required> |
||||
</div> |
||||
{{end}} |
||||
|
||||
<!-- SMTP --> |
||||
{{if .Source.IsSMTP}} |
||||
{{ $cfg:=.Source.SMTP }} |
||||
<div class="inline required field"> |
||||
<label>{{.i18n.Tr "admin.auths.smtp_auth"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="smtp_auth" name="smtp_auth" value="{{$cfg.Auth}}" required> |
||||
<div class="text">{{$cfg.Auth}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .SMTPAuths}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_host">{{.i18n.Tr "admin.auths.smtphost"}}</label> |
||||
<input id="smtp_host" name="smtp_host" value="{{$cfg.Host}}" required> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_port">{{.i18n.Tr "admin.auths.smtpport"}}</label> |
||||
<input id="smtp_port" name="smtp_port" value="{{$cfg.Port}}" required> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="allowed_domains">{{.i18n.Tr "admin.auths.allowed_domains"}}</label> |
||||
<input id="allowed_domains" name="allowed_domains" value="{{$cfg.AllowedDomains}}"> |
||||
<p class="help">{{.i18n.Tr "admin.auths.allowed_domains_helper"}}</p> |
||||
</div> |
||||
{{end}} |
||||
<!-- SMTP --> |
||||
{{if .Source.IsSMTP}} |
||||
{{ $cfg:=.Source.SMTP }} |
||||
<div class="inline required field"> |
||||
<label>{{.i18n.Tr "admin.auths.smtp_auth"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="smtp_auth" name="smtp_auth" value="{{$cfg.Auth}}" required> |
||||
<div class="text">{{$cfg.Auth}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .SMTPAuths}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_host">{{.i18n.Tr "admin.auths.smtphost"}}</label> |
||||
<input id="smtp_host" name="smtp_host" value="{{$cfg.Host}}" required> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_port">{{.i18n.Tr "admin.auths.smtpport"}}</label> |
||||
<input id="smtp_port" name="smtp_port" value="{{$cfg.Port}}" required> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="allowed_domains">{{.i18n.Tr "admin.auths.allowed_domains"}}</label> |
||||
<input id="allowed_domains" name="allowed_domains" value="{{$cfg.AllowedDomains}}"> |
||||
<p class="help">{{.i18n.Tr "admin.auths.allowed_domains_helper"}}</p> |
||||
</div> |
||||
{{end}} |
||||
|
||||
<!-- PAM --> |
||||
{{if .Source.IsPAM}} |
||||
{{ $cfg:=.Source.PAM }} |
||||
<div class="required field"> |
||||
<label for="pam_service_name">{{.i18n.Tr "admin.auths.pam_service_name"}}</label> |
||||
<input id="pam_service_name" name="pam_service_name" value="{{$cfg.ServiceName}}" required> |
||||
</div> |
||||
{{end}} |
||||
<!-- PAM --> |
||||
{{if .Source.IsPAM}} |
||||
{{ $cfg:=.Source.PAM }} |
||||
<div class="required field"> |
||||
<label for="pam_service_name">{{.i18n.Tr "admin.auths.pam_service_name"}}</label> |
||||
<input id="pam_service_name" name="pam_service_name" value="{{$cfg.ServiceName}}" required> |
||||
</div> |
||||
{{end}} |
||||
|
||||
<div class="inline field {{if not (or (or .Source.IsLDAP .Source.IsDLDAP) .Source.IsSMTP)}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.enable_tls"}}</strong></label> |
||||
<input name="tls" type="checkbox" {{if .Source.UseTLS}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field {{if not (or (or .Source.IsLDAP .Source.IsDLDAP) .Source.IsSMTP)}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.skip_tls_verify"}}</strong></label> |
||||
<input name="skip_verify" type="checkbox" {{if .Source.SkipVerify}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.activated"}}</strong></label> |
||||
<input name="is_active" type="checkbox" {{if .Source.IsActived}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field {{if not (or (or .Source.IsLDAP .Source.IsDLDAP) .Source.IsSMTP)}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.enable_tls"}}</strong></label> |
||||
<input name="tls" type="checkbox" {{if .Source.UseTLS}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field {{if not (or (or .Source.IsLDAP .Source.IsDLDAP) .Source.IsSMTP)}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.skip_tls_verify"}}</strong></label> |
||||
<input name="skip_verify" type="checkbox" {{if .Source.SkipVerify}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.activated"}}</strong></label> |
||||
<input name="is_active" type="checkbox" {{if .Source.IsActived}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.auths.update"}}</button> |
||||
<div class="ui red button delete-button" data-url="{{$.Link}}/delete" data-id="{{.Source.ID}}">{{.i18n.Tr "admin.auths.delete"}}</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.auths.update"}}</button> |
||||
<div class="ui red button delete-button" data-url="{{$.Link}}/delete" data-id="{{.Source.ID}}">{{.i18n.Tr "admin.auths.delete"}}</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "admin.auths.delete_auth_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "admin.auths.delete_auth_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "admin.auths.delete_auth_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "admin.auths.delete_auth_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,46 +1,46 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin authentication"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.auth_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
<div class="ui right"> |
||||
<a class="ui blue tiny button" href="{{AppSubUrl}}/admin/auths/new">{{.i18n.Tr "admin.auths.new"}}</a> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.auths.name"}}</th> |
||||
<th>{{.i18n.Tr "admin.auths.type"}}</th> |
||||
<th>{{.i18n.Tr "admin.auths.enabled"}}</th> |
||||
<th>{{.i18n.Tr "admin.auths.updated"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.created"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.edit"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Sources}} |
||||
<tr> |
||||
<td>{{.ID}}</td> |
||||
<td><a href="{{AppSubUrl}}/admin/auths/{{.ID}}">{{.Name}}</a></td> |
||||
<td>{{.TypeName}}</td> |
||||
<td><i class="fa fa{{if .IsActived}}-check{{end}}-square-o"></i></td> |
||||
<td><span class="poping up" data-content="{{DateFmtLong .Updated}}" data-variation="tiny">{{DateFmtShort .Updated}}</span></td> |
||||
<td><span class="poping up" data-content="{{DateFmtLong .Created}}" data-variation="tiny">{{DateFmtShort .Created}}</span></td> |
||||
<td><a href="{{AppSubUrl}}/admin/auths/{{.ID}}"><i class="fa fa-pencil-square-o"></i></a></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.auth_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
<div class="ui right"> |
||||
<a class="ui blue tiny button" href="{{AppSubUrl}}/admin/auths/new">{{.i18n.Tr "admin.auths.new"}}</a> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.auths.name"}}</th> |
||||
<th>{{.i18n.Tr "admin.auths.type"}}</th> |
||||
<th>{{.i18n.Tr "admin.auths.enabled"}}</th> |
||||
<th>{{.i18n.Tr "admin.auths.updated"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.created"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.edit"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Sources}} |
||||
<tr> |
||||
<td>{{.ID}}</td> |
||||
<td><a href="{{AppSubUrl}}/admin/auths/{{.ID}}">{{.Name}}</a></td> |
||||
<td>{{.TypeName}}</td> |
||||
<td><i class="fa fa{{if .IsActived}}-check{{end}}-square-o"></i></td> |
||||
<td><span class="poping up" data-content="{{DateFmtLong .Updated}}" data-variation="tiny">{{DateFmtShort .Updated}}</span></td> |
||||
<td><span class="poping up" data-content="{{DateFmtLong .Created}}" data-variation="tiny">{{DateFmtShort .Created}}</span></td> |
||||
<td><a href="{{AppSubUrl}}/admin/auths/{{.ID}}"><i class="fa fa-pencil-square-o"></i></a></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,159 +1,159 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin new authentication"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.new"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<!-- Types and name --> |
||||
<div class="inline required field {{if .Err_Type}}error{{end}}"> |
||||
<label>{{.i18n.Tr "admin.auths.auth_type"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="auth_type" name="type" value="{{.type}}"> |
||||
<div class="text">{{.CurTypeName}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .AuthSources}} |
||||
<div class="item" data-value="{{.Type}}">{{.Name}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required inline field {{if .Err_Name}}error{{end}}"> |
||||
<label for="name">{{.i18n.Tr "admin.auths.auth_name"}}</label> |
||||
<input id="name" name="name" value="{{.name}}" autofocus required> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.new"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<!-- Types and name --> |
||||
<div class="inline required field {{if .Err_Type}}error{{end}}"> |
||||
<label>{{.i18n.Tr "admin.auths.auth_type"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="auth_type" name="type" value="{{.type}}"> |
||||
<div class="text">{{.CurTypeName}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .AuthSources}} |
||||
<div class="item" data-value="{{.Type}}">{{.Name}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required inline field {{if .Err_Name}}error{{end}}"> |
||||
<label for="name">{{.i18n.Tr "admin.auths.auth_name"}}</label> |
||||
<input id="name" name="name" value="{{.name}}" autofocus required> |
||||
</div> |
||||
|
||||
<!-- LDAP and DLDAP --> |
||||
<div class="ldap dldap field {{if not (or (eq .type 2) (eq .type 5))}}hide{{end}}"> |
||||
<div class="required field"> |
||||
<label for="host">{{.i18n.Tr "admin.auths.host"}}</label> |
||||
<input id="host" name="host" value="{{.host}}" placeholder="e.g. mydomain.com"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="port">{{.i18n.Tr "admin.auths.port"}}</label> |
||||
<input id="port" name="port" value="{{.port}}" placeholder="e.g. 636"> |
||||
</div> |
||||
<div class="ldap required field {{if not (eq .type 2)}}hide{{end}}"> |
||||
<label for="bind_dn">{{.i18n.Tr "admin.auths.bind_dn"}}</label> |
||||
<input id="bind_dn" name="bind_dn" value="{{.bind_dn}}" placeholder="e.g. cn=Search,dc=mydomain,dc=com"> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="ldap required field {{if not (eq .type 2)}}hide{{end}}"> |
||||
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label> |
||||
<input id="bind_password" name="bind_password" type="password" value="{{.bind_password}}"> |
||||
<p class="help text red">{{.i18n.Tr "admin.auths.bind_password_helper"}}</p> |
||||
</div> |
||||
<div class="ldap required field {{if not (eq .type 2)}}hide{{end}}"> |
||||
<label for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label> |
||||
<input id="user_base" name="user_base" value="{{.user_base}}" placeholder="e.g. ou=Users,dc=mydomain,dc=com"> |
||||
</div> |
||||
<div class="dldap required field {{if not (eq .type 5)}}hide{{end}}"> |
||||
<label for="user_dn">{{.i18n.Tr "admin.auths.user_dn"}}</label> |
||||
<input id="user_dn" name="user_dn" value="{{.user_dn}}" placeholder="e.g. uid=%s,ou=Users,dc=mydomain,dc=com"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="filter">{{.i18n.Tr "admin.auths.filter"}}</label> |
||||
<input id="filter" name="filter" value="{{.filter}}" placeholder="e.g. (&(objectClass=posixAccount)(uid=%s))"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="admin_filter">{{.i18n.Tr "admin.auths.admin_filter"}}</label> |
||||
<input id="admin_filter" name="admin_filter" value="{{.admin_filter}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_username">{{.i18n.Tr "admin.auths.attribute_username"}}</label> |
||||
<input id="attribute_username" name="attribute_username" value="{{.attribute_username}}" placeholder="{{.i18n.Tr "admin.auths.attribute_username_placeholder"}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_name">{{.i18n.Tr "admin.auths.attribute_name"}}</label> |
||||
<input id="attribute_name" name="attribute_name" value="{{.attribute_name}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_surname">{{.i18n.Tr "admin.auths.attribute_surname"}}</label> |
||||
<input id="attribute_surname" name="attribute_surname" value="{{.attribute_surname}}"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="attribute_mail">{{.i18n.Tr "admin.auths.attribute_mail"}}</label> |
||||
<input id="attribute_mail" name="attribute_mail" value="{{.attribute_mail}}" placeholder="e.g. mail"> |
||||
</div> |
||||
</div> |
||||
<!-- LDAP and DLDAP --> |
||||
<div class="ldap dldap field {{if not (or (eq .type 2) (eq .type 5))}}hide{{end}}"> |
||||
<div class="required field"> |
||||
<label for="host">{{.i18n.Tr "admin.auths.host"}}</label> |
||||
<input id="host" name="host" value="{{.host}}" placeholder="e.g. mydomain.com"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="port">{{.i18n.Tr "admin.auths.port"}}</label> |
||||
<input id="port" name="port" value="{{.port}}" placeholder="e.g. 636"> |
||||
</div> |
||||
<div class="ldap required field {{if not (eq .type 2)}}hide{{end}}"> |
||||
<label for="bind_dn">{{.i18n.Tr "admin.auths.bind_dn"}}</label> |
||||
<input id="bind_dn" name="bind_dn" value="{{.bind_dn}}" placeholder="e.g. cn=Search,dc=mydomain,dc=com"> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="ldap required field {{if not (eq .type 2)}}hide{{end}}"> |
||||
<label for="bind_password">{{.i18n.Tr "admin.auths.bind_password"}}</label> |
||||
<input id="bind_password" name="bind_password" type="password" value="{{.bind_password}}"> |
||||
<p class="help text red">{{.i18n.Tr "admin.auths.bind_password_helper"}}</p> |
||||
</div> |
||||
<div class="ldap required field {{if not (eq .type 2)}}hide{{end}}"> |
||||
<label for="user_base">{{.i18n.Tr "admin.auths.user_base"}}</label> |
||||
<input id="user_base" name="user_base" value="{{.user_base}}" placeholder="e.g. ou=Users,dc=mydomain,dc=com"> |
||||
</div> |
||||
<div class="dldap required field {{if not (eq .type 5)}}hide{{end}}"> |
||||
<label for="user_dn">{{.i18n.Tr "admin.auths.user_dn"}}</label> |
||||
<input id="user_dn" name="user_dn" value="{{.user_dn}}" placeholder="e.g. uid=%s,ou=Users,dc=mydomain,dc=com"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="filter">{{.i18n.Tr "admin.auths.filter"}}</label> |
||||
<input id="filter" name="filter" value="{{.filter}}" placeholder="e.g. (&(objectClass=posixAccount)(uid=%s))"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="admin_filter">{{.i18n.Tr "admin.auths.admin_filter"}}</label> |
||||
<input id="admin_filter" name="admin_filter" value="{{.admin_filter}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_username">{{.i18n.Tr "admin.auths.attribute_username"}}</label> |
||||
<input id="attribute_username" name="attribute_username" value="{{.attribute_username}}" placeholder="{{.i18n.Tr "admin.auths.attribute_username_placeholder"}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_name">{{.i18n.Tr "admin.auths.attribute_name"}}</label> |
||||
<input id="attribute_name" name="attribute_name" value="{{.attribute_name}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="attribute_surname">{{.i18n.Tr "admin.auths.attribute_surname"}}</label> |
||||
<input id="attribute_surname" name="attribute_surname" value="{{.attribute_surname}}"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="attribute_mail">{{.i18n.Tr "admin.auths.attribute_mail"}}</label> |
||||
<input id="attribute_mail" name="attribute_mail" value="{{.attribute_mail}}" placeholder="e.g. mail"> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- SMTP --> |
||||
<div class="smtp field {{if not (eq .type 3)}}hide{{end}}"> |
||||
<div class="inline required field"> |
||||
<label>{{.i18n.Tr "admin.auths.smtp_auth"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="smtp_auth" name="smtp_auth" value="{{.smtp_auth}}"> |
||||
<div class="text">{{.smtp_auth}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .SMTPAuths}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_host">{{.i18n.Tr "admin.auths.smtphost"}}</label> |
||||
<input id="smtp_host" name="smtp_host" value="{{.smtp_host}}"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_port">{{.i18n.Tr "admin.auths.smtpport"}}</label> |
||||
<input id="smtp_port" name="smtp_port" value="{{.smtp_port}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="allowed_domains">{{.i18n.Tr "admin.auths.allowed_domains"}}</label> |
||||
<input id="allowed_domains" name="allowed_domains" value="{{.allowed_domains}}"> |
||||
<p class="help">{{.i18n.Tr "admin.auths.allowed_domains_helper"}}</p> |
||||
</div> |
||||
</div> |
||||
<!-- SMTP --> |
||||
<div class="smtp field {{if not (eq .type 3)}}hide{{end}}"> |
||||
<div class="inline required field"> |
||||
<label>{{.i18n.Tr "admin.auths.smtp_auth"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="smtp_auth" name="smtp_auth" value="{{.smtp_auth}}"> |
||||
<div class="text">{{.smtp_auth}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .SMTPAuths}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_host">{{.i18n.Tr "admin.auths.smtphost"}}</label> |
||||
<input id="smtp_host" name="smtp_host" value="{{.smtp_host}}"> |
||||
</div> |
||||
<div class="required field"> |
||||
<label for="smtp_port">{{.i18n.Tr "admin.auths.smtpport"}}</label> |
||||
<input id="smtp_port" name="smtp_port" value="{{.smtp_port}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="allowed_domains">{{.i18n.Tr "admin.auths.allowed_domains"}}</label> |
||||
<input id="allowed_domains" name="allowed_domains" value="{{.allowed_domains}}"> |
||||
<p class="help">{{.i18n.Tr "admin.auths.allowed_domains_helper"}}</p> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- PAM --> |
||||
<div class="pam required field {{if not (eq .type 4)}}hide{{end}}"> |
||||
<label for="pam_service_name">{{.i18n.Tr "admin.auths.pam_service_name"}}</label> |
||||
<input id="pam_service_name" name="pam_service_name" value="{{.pam_service_name}}" /> |
||||
</div> |
||||
<!-- PAM --> |
||||
<div class="pam required field {{if not (eq .type 4)}}hide{{end}}"> |
||||
<label for="pam_service_name">{{.i18n.Tr "admin.auths.pam_service_name"}}</label> |
||||
<input id="pam_service_name" name="pam_service_name" value="{{.pam_service_name}}" /> |
||||
</div> |
||||
|
||||
<div class="ldap dldap smtp inline field {{if not (or (or (eq .type 2) (eq .type 5)) (eq .type 3))}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.enable_tls"}}</strong></label> |
||||
<input name="tls" type="checkbox" {{if .tls}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="ldap dldap smtp inline field {{if not (or (or (eq .type 2) (eq .type 5)) (eq .type 3))}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.skip_tls_verify"}}</strong></label> |
||||
<input name="skip_verify" type="checkbox" {{if .skip_verify}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.activated"}}</strong></label> |
||||
<input name="is_active" type="checkbox" {{if .is_active}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="ldap dldap smtp inline field {{if not (or (or (eq .type 2) (eq .type 5)) (eq .type 3))}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.enable_tls"}}</strong></label> |
||||
<input name="tls" type="checkbox" {{if .tls}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="ldap dldap smtp inline field {{if not (or (or (eq .type 2) (eq .type 5)) (eq .type 3))}}hide{{end}}"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.skip_tls_verify"}}</strong></label> |
||||
<input name="skip_verify" type="checkbox" {{if .skip_verify}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.auths.activated"}}</strong></label> |
||||
<input name="is_active" type="checkbox" {{if .is_active}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.auths.new"}}</button> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.auths.new"}}</button> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.tips"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<h5>GMail Setting:</h5> |
||||
<p>Host: smtp.gmail.com, Post: 587, Enable TLS Encryption: true</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.auths.tips"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<h5>GMail Setting:</h5> |
||||
<p>Host: smtp.gmail.com, Post: 587, Enable TLS Encryption: true</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,190 +1,190 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin monitor"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.server_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.app_name"}}</dt> |
||||
<dd>{{AppName}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.app_ver"}}</dt> |
||||
<dd>{{AppVer}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.app_url"}}</dt> |
||||
<dd>{{.AppUrl}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.domain"}}</dt> |
||||
<dd>{{.Domain}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.offline_mode"}}</dt> |
||||
<dd><i class="fa fa{{if .OfflineMode}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_router_log"}}</dt> |
||||
<dd><i class="fa fa{{if .DisableRouterLog}}-check{{end}}-square-o"></i></dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.config.run_user"}}</dt> |
||||
<dd>{{.RunUser}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.run_mode"}}</dt> |
||||
<dd>{{.RunMode}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.config.repo_root_path"}}</dt> |
||||
<dd>{{.RepoRootPath}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.static_file_root_path"}}</dt> |
||||
<dd>{{.StaticRootPath}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.log_file_root_path"}}</dt> |
||||
<dd>{{.LogRootPath}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.script_type"}}</dt> |
||||
<dd>{{.ScriptType}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.reverse_auth_user"}}</dt> |
||||
<dd>{{.ReverseProxyAuthUser}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.db_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.db_type"}}</dt> |
||||
<dd>{{.DbCfg.Type}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_host"}}</dt> |
||||
<dd>{{.DbCfg.Host}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_name"}}</dt> |
||||
<dd>{{.DbCfg.Name}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_user"}}</dt> |
||||
<dd>{{.DbCfg.User}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_ssl_mode"}}</dt> |
||||
<dd>{{.DbCfg.SSLMode}} {{.i18n.Tr "admin.config.db_ssl_mode_helper"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_path"}}</dt> |
||||
<dd>{{.DbCfg.Path}} {{.i18n.Tr "admin.config.db_path_helper"}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.service_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.register_email_confirm"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.RegisterEmailConfirm}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_register"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.DisableRegistration}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.show_registration_button"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.ShowRegistrationButton}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.require_sign_in_view"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.enable_cache_avatar"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.mail_notify"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.EnableNotifyMail}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_key_size_check"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.DisableMinimumKeySizeCheck}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.enable_captcha"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.EnableCaptcha}}-check{{end}}-square-o"></i></dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.config.active_code_lives"}}</dt> |
||||
<dd>{{.Service.ActiveCodeLives}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.reset_password_code_lives"}}</dt> |
||||
<dd>{{.Service.ResetPwdCodeLives}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.webhook_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.queue_length"}}</dt> |
||||
<dd>{{.Webhook.QueueLength}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.deliver_timeout"}}</dt> |
||||
<dd>{{.Webhook.DeliverTimeout}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.skip_tls_verify"}}</dt> |
||||
<dd><i class="fa fa{{if .Webhook.SkipTLSVerify}}-check{{end}}-square-o"></i></dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.mailer_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_enabled"}}</dt> |
||||
<dd><i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></dd> |
||||
{{if .MailerEnabled}}<dt>{{.i18n.Tr "admin.config.mailer_name"}}</dt> |
||||
<dd>{{.Mailer.Name}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_disable_helo"}}</dt> |
||||
<dd><i class="fa fa{{if .Mailer.DisableHelo}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_host"}}</dt> |
||||
<dd>{{.Mailer.Host}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_user"}}</dt> |
||||
<dd>{{.Mailer.User}}</dd>{{end}} |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.cache_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.cache_adapter"}}</dt> |
||||
<dd>{{.CacheAdapter}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.cache_interval"}}</dt> |
||||
<dd>{{.CacheInternal}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.cache_conn"}}</dt> |
||||
<dd><pre>{{.CacheConn}}</pre></dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.session_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.session_provider"}}</dt> |
||||
<dd>{{.SessionConfig.Provider}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.provider_config"}}</dt> |
||||
<dd><pre>{{.SessionConfig.ProviderConfig}}</pre></dd> |
||||
<dt>{{.i18n.Tr "admin.config.cookie_name"}}</dt> |
||||
<dd>{{.SessionConfig.CookieName}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.gc_interval_time"}}</dt> |
||||
<dd>{{.SessionConfig.Gclifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.session_life_time"}}</dt> |
||||
<dd>{{.SessionConfig.Maxlifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.https_only"}}</dt> |
||||
<dd><i class="fa fa{{if .SessionConfig.Secure}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.cookie_life_time"}}</dt> |
||||
<dd>{{.SessionConfig.CookieLifeTime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.picture_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.picture_service"}}</dt> |
||||
<dd>{{.PictureService}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_gravatar"}}</dt> |
||||
<dd><i class="fa fa{{if .DisableGravatar}}-check{{end}}-square-o"></i></dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.log_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
{{range .Loggers}} |
||||
<dt>{{$.i18n.Tr "admin.config.log_mode"}}</dt> |
||||
<dd>{{.Mode}}</dd> |
||||
<dt>{{$.i18n.Tr "admin.config.log_config"}}</dt> |
||||
<dd><pre>{{.Config}}</pre></dd> |
||||
{{end}} |
||||
</dl> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.server_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.app_name"}}</dt> |
||||
<dd>{{AppName}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.app_ver"}}</dt> |
||||
<dd>{{AppVer}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.app_url"}}</dt> |
||||
<dd>{{.AppUrl}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.domain"}}</dt> |
||||
<dd>{{.Domain}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.offline_mode"}}</dt> |
||||
<dd><i class="fa fa{{if .OfflineMode}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_router_log"}}</dt> |
||||
<dd><i class="fa fa{{if .DisableRouterLog}}-check{{end}}-square-o"></i></dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.config.run_user"}}</dt> |
||||
<dd>{{.RunUser}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.run_mode"}}</dt> |
||||
<dd>{{.RunMode}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.config.repo_root_path"}}</dt> |
||||
<dd>{{.RepoRootPath}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.static_file_root_path"}}</dt> |
||||
<dd>{{.StaticRootPath}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.log_file_root_path"}}</dt> |
||||
<dd>{{.LogRootPath}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.script_type"}}</dt> |
||||
<dd>{{.ScriptType}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.reverse_auth_user"}}</dt> |
||||
<dd>{{.ReverseProxyAuthUser}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.db_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.db_type"}}</dt> |
||||
<dd>{{.DbCfg.Type}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_host"}}</dt> |
||||
<dd>{{.DbCfg.Host}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_name"}}</dt> |
||||
<dd>{{.DbCfg.Name}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_user"}}</dt> |
||||
<dd>{{.DbCfg.User}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_ssl_mode"}}</dt> |
||||
<dd>{{.DbCfg.SSLMode}} {{.i18n.Tr "admin.config.db_ssl_mode_helper"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.db_path"}}</dt> |
||||
<dd>{{.DbCfg.Path}} {{.i18n.Tr "admin.config.db_path_helper"}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.service_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.register_email_confirm"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.RegisterEmailConfirm}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_register"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.DisableRegistration}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.show_registration_button"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.ShowRegistrationButton}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.require_sign_in_view"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.enable_cache_avatar"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.mail_notify"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.EnableNotifyMail}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_key_size_check"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.DisableMinimumKeySizeCheck}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.enable_captcha"}}</dt> |
||||
<dd><i class="fa fa{{if .Service.EnableCaptcha}}-check{{end}}-square-o"></i></dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.config.active_code_lives"}}</dt> |
||||
<dd>{{.Service.ActiveCodeLives}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.reset_password_code_lives"}}</dt> |
||||
<dd>{{.Service.ResetPwdCodeLives}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.webhook_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.queue_length"}}</dt> |
||||
<dd>{{.Webhook.QueueLength}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.deliver_timeout"}}</dt> |
||||
<dd>{{.Webhook.DeliverTimeout}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.skip_tls_verify"}}</dt> |
||||
<dd><i class="fa fa{{if .Webhook.SkipTLSVerify}}-check{{end}}-square-o"></i></dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.mailer_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_enabled"}}</dt> |
||||
<dd><i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></dd> |
||||
{{if .MailerEnabled}}<dt>{{.i18n.Tr "admin.config.mailer_name"}}</dt> |
||||
<dd>{{.Mailer.Name}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_disable_helo"}}</dt> |
||||
<dd><i class="fa fa{{if .Mailer.DisableHelo}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_host"}}</dt> |
||||
<dd>{{.Mailer.Host}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.mailer_user"}}</dt> |
||||
<dd>{{.Mailer.User}}</dd>{{end}} |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.cache_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.cache_adapter"}}</dt> |
||||
<dd>{{.CacheAdapter}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.cache_interval"}}</dt> |
||||
<dd>{{.CacheInternal}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.cache_conn"}}</dt> |
||||
<dd><pre>{{.CacheConn}}</pre></dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.session_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.session_provider"}}</dt> |
||||
<dd>{{.SessionConfig.Provider}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.provider_config"}}</dt> |
||||
<dd><pre>{{.SessionConfig.ProviderConfig}}</pre></dd> |
||||
<dt>{{.i18n.Tr "admin.config.cookie_name"}}</dt> |
||||
<dd>{{.SessionConfig.CookieName}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.gc_interval_time"}}</dt> |
||||
<dd>{{.SessionConfig.Gclifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.session_life_time"}}</dt> |
||||
<dd>{{.SessionConfig.Maxlifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.https_only"}}</dt> |
||||
<dd><i class="fa fa{{if .SessionConfig.Secure}}-check{{end}}-square-o"></i></dd> |
||||
<dt>{{.i18n.Tr "admin.config.cookie_life_time"}}</dt> |
||||
<dd>{{.SessionConfig.CookieLifeTime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.picture_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.config.picture_service"}}</dt> |
||||
<dd>{{.PictureService}}</dd> |
||||
<dt>{{.i18n.Tr "admin.config.disable_gravatar"}}</dt> |
||||
<dd><i class="fa fa{{if .DisableGravatar}}-check{{end}}-square-o"></i></dd> |
||||
</dl> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.config.log_config"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
{{range .Loggers}} |
||||
<dt>{{$.i18n.Tr "admin.config.log_mode"}}</dt> |
||||
<dd>{{.Mode}}</dd> |
||||
<dt>{{$.i18n.Tr "admin.config.log_config"}}</dt> |
||||
<dd><pre>{{.Config}}</pre></dd> |
||||
{{end}} |
||||
</dl> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,121 +1,121 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin dashboard"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.dashboard.statistic"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<p> |
||||
{{.i18n.Tr "admin.dashboard.statistic_info" .Stats.Counter.User .Stats.Counter.Org .Stats.Counter.PublicKey .Stats.Counter.Repo .Stats.Counter.Watch .Stats.Counter.Star .Stats.Counter.Action .Stats.Counter.Access .Stats.Counter.Issue .Stats.Counter.Comment .Stats.Counter.Oauth .Stats.Counter.Follow .Stats.Counter.Mirror .Stats.Counter.Release .Stats.Counter.LoginSource .Stats.Counter.Webhook .Stats.Counter.Milestone .Stats.Counter.Label .Stats.Counter.HookTask .Stats.Counter.Team .Stats.Counter.UpdateTask .Stats.Counter.Attachment | Str2html}} |
||||
</p> |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.dashboard.operations"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic table"> |
||||
<tbody> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.delete_inactivate_accounts"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=1">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.delete_repo_archives"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=2">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.delete_missing_repos"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=3">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.git_gc_repos"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=4">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.resync_all_sshkeys"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=5">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.resync_all_update_hooks"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=6">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.dashboard.statistic"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<p> |
||||
{{.i18n.Tr "admin.dashboard.statistic_info" .Stats.Counter.User .Stats.Counter.Org .Stats.Counter.PublicKey .Stats.Counter.Repo .Stats.Counter.Watch .Stats.Counter.Star .Stats.Counter.Action .Stats.Counter.Access .Stats.Counter.Issue .Stats.Counter.Comment .Stats.Counter.Oauth .Stats.Counter.Follow .Stats.Counter.Mirror .Stats.Counter.Release .Stats.Counter.LoginSource .Stats.Counter.Webhook .Stats.Counter.Milestone .Stats.Counter.Label .Stats.Counter.HookTask .Stats.Counter.Team .Stats.Counter.UpdateTask .Stats.Counter.Attachment | Str2html}} |
||||
</p> |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.dashboard.operations"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic table"> |
||||
<tbody> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.delete_inactivate_accounts"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=1">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.delete_repo_archives"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=2">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.delete_missing_repos"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=3">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.git_gc_repos"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=4">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.resync_all_sshkeys"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=5">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
<tr> |
||||
<td>{{.i18n.Tr "admin.dashboard.resync_all_update_hooks"}}</td> |
||||
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=6">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> |
||||
</tr> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.dashboard.system_status"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.dashboard.server_uptime"}}</dt> |
||||
<dd>{{.SysStatus.Uptime}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.current_goroutine"}}</dt> |
||||
<dd>{{.SysStatus.NumGoroutine}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.current_memory_usage"}}</dt> |
||||
<dd>{{.SysStatus.MemAllocated}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.total_memory_allocated"}}</dt> |
||||
<dd>{{.SysStatus.MemTotal}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.memory_obtained"}}</dt> |
||||
<dd>{{.SysStatus.MemSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.pointer_lookup_times"}}</dt> |
||||
<dd>{{.SysStatus.Lookups}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.memory_allocate_times"}}</dt> |
||||
<dd>{{.SysStatus.MemMallocs}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.memory_free_times"}}</dt> |
||||
<dd>{{.SysStatus.MemFrees}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.current_heap_usage"}}</dt> |
||||
<dd>{{.SysStatus.HeapAlloc}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_obtained"}}</dt> |
||||
<dd>{{.SysStatus.HeapSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_idle"}}</dt> |
||||
<dd>{{.SysStatus.HeapIdle}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_in_use"}}</dt> |
||||
<dd>{{.SysStatus.HeapInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_released"}}</dt> |
||||
<dd>{{.SysStatus.HeapReleased}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_objects"}}</dt> |
||||
<dd>{{.SysStatus.HeapObjects}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.bootstrap_stack_usage"}}</dt> |
||||
<dd>{{.SysStatus.StackInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.stack_memory_obtained"}}</dt> |
||||
<dd>{{.SysStatus.StackSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mspan_structures_usage"}}</dt> |
||||
<dd>{{.SysStatus.MSpanInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mspan_structures_obtained"}}</dt> |
||||
<dd>{{.SysStatus.HeapSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mcache_structures_usage"}}</dt> |
||||
<dd>{{.SysStatus.MCacheInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mcache_structures_obtained"}}</dt> |
||||
<dd>{{.SysStatus.MCacheSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.profiling_bucket_hash_table_obtained"}}</dt> |
||||
<dd>{{.SysStatus.BuckHashSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.gc_metadata_obtained"}}</dt> |
||||
<dd>{{.SysStatus.GCSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.other_system_allocation_obtained"}}</dt> |
||||
<dd>{{.SysStatus.OtherSys}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.next_gc_recycle"}}</dt> |
||||
<dd>{{.SysStatus.NextGC}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.last_gc_time"}}</dt> |
||||
<dd>{{.SysStatus.LastGC}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.total_gc_pause"}}</dt> |
||||
<dd>{{.SysStatus.PauseTotalNs}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.last_gc_pause"}}</dt> |
||||
<dd>{{.SysStatus.PauseNs}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.gc_times"}}</dt> |
||||
<dd>{{.SysStatus.NumGC}}</dd> |
||||
</dl> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.dashboard.system_status"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<dl class="dl-horizontal admin-dl-horizontal"> |
||||
<dt>{{.i18n.Tr "admin.dashboard.server_uptime"}}</dt> |
||||
<dd>{{.SysStatus.Uptime}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.current_goroutine"}}</dt> |
||||
<dd>{{.SysStatus.NumGoroutine}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.current_memory_usage"}}</dt> |
||||
<dd>{{.SysStatus.MemAllocated}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.total_memory_allocated"}}</dt> |
||||
<dd>{{.SysStatus.MemTotal}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.memory_obtained"}}</dt> |
||||
<dd>{{.SysStatus.MemSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.pointer_lookup_times"}}</dt> |
||||
<dd>{{.SysStatus.Lookups}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.memory_allocate_times"}}</dt> |
||||
<dd>{{.SysStatus.MemMallocs}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.memory_free_times"}}</dt> |
||||
<dd>{{.SysStatus.MemFrees}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.current_heap_usage"}}</dt> |
||||
<dd>{{.SysStatus.HeapAlloc}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_obtained"}}</dt> |
||||
<dd>{{.SysStatus.HeapSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_idle"}}</dt> |
||||
<dd>{{.SysStatus.HeapIdle}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_in_use"}}</dt> |
||||
<dd>{{.SysStatus.HeapInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_memory_released"}}</dt> |
||||
<dd>{{.SysStatus.HeapReleased}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.heap_objects"}}</dt> |
||||
<dd>{{.SysStatus.HeapObjects}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.bootstrap_stack_usage"}}</dt> |
||||
<dd>{{.SysStatus.StackInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.stack_memory_obtained"}}</dt> |
||||
<dd>{{.SysStatus.StackSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mspan_structures_usage"}}</dt> |
||||
<dd>{{.SysStatus.MSpanInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mspan_structures_obtained"}}</dt> |
||||
<dd>{{.SysStatus.HeapSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mcache_structures_usage"}}</dt> |
||||
<dd>{{.SysStatus.MCacheInuse}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.mcache_structures_obtained"}}</dt> |
||||
<dd>{{.SysStatus.MCacheSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.profiling_bucket_hash_table_obtained"}}</dt> |
||||
<dd>{{.SysStatus.BuckHashSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.gc_metadata_obtained"}}</dt> |
||||
<dd>{{.SysStatus.GCSys}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.other_system_allocation_obtained"}}</dt> |
||||
<dd>{{.SysStatus.OtherSys}}</dd> |
||||
<div class="ui divider"></div> |
||||
<dt>{{.i18n.Tr "admin.dashboard.next_gc_recycle"}}</dt> |
||||
<dd>{{.SysStatus.NextGC}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.last_gc_time"}}</dt> |
||||
<dd>{{.SysStatus.LastGC}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.total_gc_pause"}}</dt> |
||||
<dd>{{.SysStatus.PauseTotalNs}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.last_gc_pause"}}</dt> |
||||
<dd>{{.SysStatus.PauseNs}}</dd> |
||||
<dt>{{.i18n.Tr "admin.dashboard.gc_times"}}</dt> |
||||
<dd>{{.SysStatus.NumGC}}</dd> |
||||
</dl> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,65 +1,65 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin monitor"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.monitor.cron"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>{{.i18n.Tr "admin.monitor.name"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.schedule"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.next"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.previous"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.execute_times"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Entries}} |
||||
<tr> |
||||
<td>{{.Description}}</td> |
||||
<td>{{.Spec}}</td> |
||||
<td>{{DateFmtLong .Next}}</td> |
||||
<td>{{if gt .Prev.Year 1 }}{{DateFmtLong .Prev}}{{else}}N/A{{end}}</td> |
||||
<td>{{.ExecTimes}}</td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.monitor.cron"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>{{.i18n.Tr "admin.monitor.name"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.schedule"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.next"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.previous"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.execute_times"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Entries}} |
||||
<tr> |
||||
<td>{{.Description}}</td> |
||||
<td>{{.Spec}}</td> |
||||
<td>{{DateFmtLong .Next}}</td> |
||||
<td>{{if gt .Prev.Year 1 }}{{DateFmtLong .Prev}}{{else}}N/A{{end}}</td> |
||||
<td>{{.ExecTimes}}</td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
|
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.monitor.process"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>Pid</th> |
||||
<th>{{.i18n.Tr "admin.monitor.desc"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.start"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.execute_time"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Processes}} |
||||
<tr> |
||||
<td>{{.Pid}}</td> |
||||
<td>{{.Description}}</td> |
||||
<td>{{DateFmtLong .Start}}</td> |
||||
<td>{{TimeSince .Start $.Lang}}</td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.monitor.process"}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>Pid</th> |
||||
<th>{{.i18n.Tr "admin.monitor.desc"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.start"}}</th> |
||||
<th>{{.i18n.Tr "admin.monitor.execute_time"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Processes}} |
||||
<tr> |
||||
<td>{{.Pid}}</td> |
||||
<td>{{.Description}}</td> |
||||
<td>{{DateFmtLong .Start}}</td> |
||||
<td>{{TimeSince .Start $.Lang}}</td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,15 +1,15 @@ |
||||
<div id="setting-menu" class="grid-1-5 panel panel-radius left"> |
||||
<p class="panel-header"><strong>{{.i18n.Tr "admin_panel"}}</strong></p> |
||||
<div class="panel-body"> |
||||
<ul class="menu menu-vertical switching-list grid-1-5 left"> |
||||
<li {{if .PageIsAdminDashboard}}class="current"{{end}}><a href="{{AppSubUrl}}/admin">{{.i18n.Tr "admin.dashboard"}}</a></li> |
||||
<li {{if .PageIsAdminUsers}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/users">{{.i18n.Tr "admin.users"}}</a></li> |
||||
<li {{if .PageIsAdminOrganizations}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/orgs">{{.i18n.Tr "admin.organizations"}}</a></li> |
||||
<li {{if .PageIsAdminRepositories}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/repos">{{.i18n.Tr "admin.repositories"}}</a></li> |
||||
<li {{if .PageIsAdminAuthentications}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/auths">{{.i18n.Tr "admin.authentication"}}</a></li> |
||||
<li {{if .PageIsAdminConfig}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/config">{{.i18n.Tr "admin.config"}}</a></li> |
||||
<li {{if .PageIsAdminNotices}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/notices">{{.i18n.Tr "admin.notices"}}</a></li> |
||||
<li {{if .PageIsAdminMonitor}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/monitor">{{.i18n.Tr "admin.monitor"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<p class="panel-header"><strong>{{.i18n.Tr "admin_panel"}}</strong></p> |
||||
<div class="panel-body"> |
||||
<ul class="menu menu-vertical switching-list grid-1-5 left"> |
||||
<li {{if .PageIsAdminDashboard}}class="current"{{end}}><a href="{{AppSubUrl}}/admin">{{.i18n.Tr "admin.dashboard"}}</a></li> |
||||
<li {{if .PageIsAdminUsers}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/users">{{.i18n.Tr "admin.users"}}</a></li> |
||||
<li {{if .PageIsAdminOrganizations}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/orgs">{{.i18n.Tr "admin.organizations"}}</a></li> |
||||
<li {{if .PageIsAdminRepositories}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/repos">{{.i18n.Tr "admin.repositories"}}</a></li> |
||||
<li {{if .PageIsAdminAuthentications}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/auths">{{.i18n.Tr "admin.authentication"}}</a></li> |
||||
<li {{if .PageIsAdminConfig}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/config">{{.i18n.Tr "admin.config"}}</a></li> |
||||
<li {{if .PageIsAdminNotices}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/notices">{{.i18n.Tr "admin.notices"}}</a></li> |
||||
<li {{if .PageIsAdminMonitor}}class="current"{{end}}><a href="{{AppSubUrl}}/admin/monitor">{{.i18n.Tr "admin.monitor"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
|
@ -1,29 +1,29 @@ |
||||
<div class="four wide column"> |
||||
<div class="ui vertical menu"> |
||||
<div class="header item">{{.i18n.Tr "admin_panel"}}</div> |
||||
<a class="{{if .PageIsAdminDashboard}}active{{end}} item" href="{{AppSubUrl}}/admin"> |
||||
{{.i18n.Tr "admin.dashboard"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminUsers}}active{{end}} item" href="{{AppSubUrl}}/admin/users"> |
||||
{{.i18n.Tr "admin.users"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminOrganizations}}active{{end}} item" href="{{AppSubUrl}}/admin/orgs"> |
||||
{{.i18n.Tr "admin.organizations"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminRepositories}}active{{end}} item" href="{{AppSubUrl}}/admin/repos"> |
||||
{{.i18n.Tr "admin.repositories"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminAuthentications}}active{{end}} item" href="{{AppSubUrl}}/admin/auths"> |
||||
{{.i18n.Tr "admin.authentication"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminConfig}}active{{end}} item" href="{{AppSubUrl}}/admin/config"> |
||||
{{.i18n.Tr "admin.config"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminNotices}}active{{end}} item" href="{{AppSubUrl}}/admin/notices"> |
||||
{{.i18n.Tr "admin.notices"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminMonitor}}active{{end}} item" href="{{AppSubUrl}}/admin/monitor"> |
||||
{{.i18n.Tr "admin.monitor"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminDashboard}}active{{end}} item" href="{{AppSubUrl}}/admin"> |
||||
{{.i18n.Tr "admin.dashboard"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminUsers}}active{{end}} item" href="{{AppSubUrl}}/admin/users"> |
||||
{{.i18n.Tr "admin.users"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminOrganizations}}active{{end}} item" href="{{AppSubUrl}}/admin/orgs"> |
||||
{{.i18n.Tr "admin.organizations"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminRepositories}}active{{end}} item" href="{{AppSubUrl}}/admin/repos"> |
||||
{{.i18n.Tr "admin.repositories"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminAuthentications}}active{{end}} item" href="{{AppSubUrl}}/admin/auths"> |
||||
{{.i18n.Tr "admin.authentication"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminConfig}}active{{end}} item" href="{{AppSubUrl}}/admin/config"> |
||||
{{.i18n.Tr "admin.config"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminNotices}}active{{end}} item" href="{{AppSubUrl}}/admin/notices"> |
||||
{{.i18n.Tr "admin.notices"}} |
||||
</a> |
||||
<a class="{{if .PageIsAdminMonitor}}active{{end}} item" href="{{AppSubUrl}}/admin/monitor"> |
||||
{{.i18n.Tr "admin.monitor"}} |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
@ -1,104 +1,104 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin notice"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.notices.system_notice_list"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic select selectable table"> |
||||
<thead> |
||||
<tr> |
||||
<th></th> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.notices.type"}}</th> |
||||
<th>{{.i18n.Tr "admin.notices.desc"}}</th> |
||||
<th width="100px">{{.i18n.Tr "admin.users.created"}}</th> |
||||
<th>{{.i18n.Tr "admin.notices.op"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Notices}} |
||||
<tr> |
||||
<td class="collapsing"> |
||||
<div class="ui fitted checkbox" data-id="{{.ID}}"> |
||||
<input type="checkbox"> <label></label> |
||||
</div> |
||||
</td> |
||||
<td>{{.ID}}</td> |
||||
<td>{{$.i18n.Tr .TrStr}}</td> |
||||
<td>{{SubStr .Description 0 120}}...</td> |
||||
<td><span class="poping up" data-content="{{.Created}}" data-variation="inverted tiny">{{DateFmtShort .Created}}</span></td> |
||||
<td><a href="#"><i class="browser icon view-detail" data-content="{{.Description}}"></i></a></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
<tfoot class="full-width"> |
||||
<tr> |
||||
<th></th> |
||||
<th colspan="5"> |
||||
<div class="ui right"> |
||||
<a class="ui red small button" href="{{AppSubUrl}}/admin/notices/empty">{{.i18n.Tr "admin.notices.delete_all"}}</a> |
||||
</div> |
||||
<div class="ui floating upward dropdown small button"> |
||||
<span class="text">{{.i18n.Tr "admin.notices.actions"}}</span> |
||||
<div class="menu"> |
||||
<div class="item select action" data-action="select-all"> |
||||
{{.i18n.Tr "admin.notices.select_all"}} |
||||
</div> |
||||
<div class="item select action" data-action="deselect-all"> |
||||
{{.i18n.Tr "admin.notices.deselect_all"}} |
||||
</div> |
||||
<div class="item select action" data-action="inverse"> |
||||
{{.i18n.Tr "admin.notices.inverse_selection"}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Current}}"> |
||||
{{.i18n.Tr "admin.notices.delete_selected"}} |
||||
</div> |
||||
</th> |
||||
</tr> |
||||
</tfoot> |
||||
</table> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.notices.system_notice_list"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic select selectable table"> |
||||
<thead> |
||||
<tr> |
||||
<th></th> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.notices.type"}}</th> |
||||
<th>{{.i18n.Tr "admin.notices.desc"}}</th> |
||||
<th width="100px">{{.i18n.Tr "admin.users.created"}}</th> |
||||
<th>{{.i18n.Tr "admin.notices.op"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Notices}} |
||||
<tr> |
||||
<td class="collapsing"> |
||||
<div class="ui fitted checkbox" data-id="{{.ID}}"> |
||||
<input type="checkbox"> <label></label> |
||||
</div> |
||||
</td> |
||||
<td>{{.ID}}</td> |
||||
<td>{{$.i18n.Tr .TrStr}}</td> |
||||
<td>{{SubStr .Description 0 120}}...</td> |
||||
<td><span class="poping up" data-content="{{.Created}}" data-variation="inverted tiny">{{DateFmtShort .Created}}</span></td> |
||||
<td><a href="#"><i class="browser icon view-detail" data-content="{{.Description}}"></i></a></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
<tfoot class="full-width"> |
||||
<tr> |
||||
<th></th> |
||||
<th colspan="5"> |
||||
<div class="ui right"> |
||||
<a class="ui red small button" href="{{AppSubUrl}}/admin/notices/empty">{{.i18n.Tr "admin.notices.delete_all"}}</a> |
||||
</div> |
||||
<div class="ui floating upward dropdown small button"> |
||||
<span class="text">{{.i18n.Tr "admin.notices.actions"}}</span> |
||||
<div class="menu"> |
||||
<div class="item select action" data-action="select-all"> |
||||
{{.i18n.Tr "admin.notices.select_all"}} |
||||
</div> |
||||
<div class="item select action" data-action="deselect-all"> |
||||
{{.i18n.Tr "admin.notices.deselect_all"}} |
||||
</div> |
||||
<div class="item select action" data-action="inverse"> |
||||
{{.i18n.Tr "admin.notices.inverse_selection"}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui small teal button" id="delete-selection" data-link="{{.Link}}/delete" data-redirect="{{.Link}}?page={{.Page.Current}}"> |
||||
{{.i18n.Tr "admin.notices.delete_selected"}} |
||||
</div> |
||||
</th> |
||||
</tr> |
||||
</tfoot> |
||||
</table> |
||||
</div> |
||||
|
||||
{{with .Page}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if .IsFirst}}disabled{{end}} item" href="{{$.Link}}"><i class="angle double left icon"></i> {{$.i18n.Tr "admin.first_page"}}</a> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
<a class="{{if .IsLast}}disabled{{end}} item" href="{{$.Link}}?page={{.TotalPages}}">{{$.i18n.Tr "admin.last_page"}} <i class="angle double right icon"></i></a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{with .Page}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if .IsFirst}}disabled{{end}} item" href="{{$.Link}}"><i class="angle double left icon"></i> {{$.i18n.Tr "admin.first_page"}}</a> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
<a class="{{if .IsLast}}disabled{{end}} item" href="{{$.Link}}?page={{.TotalPages}}">{{$.i18n.Tr "admin.last_page"}} <i class="angle double right icon"></i></a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui modal" id="detail-modal"> |
||||
<i class="close icon"></i> |
||||
<div class="header">{{$.i18n.Tr "admin.notices.view_detail_header"}}</div> |
||||
<div class="content"> |
||||
<p></p> |
||||
</div> |
||||
<i class="close icon"></i> |
||||
<div class="header">{{$.i18n.Tr "admin.notices.view_detail_header"}}</div> |
||||
<div class="content"> |
||||
<p></p> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,65 +1,65 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin user"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.orgs.org_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.orgs.org_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.orgs.name"}}</th> |
||||
<th>{{.i18n.Tr "admin.orgs.teams"}}</th> |
||||
<th>{{.i18n.Tr "admin.orgs.members"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.repos"}}</th> |
||||
<tr> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.orgs.name"}}</th> |
||||
<th>{{.i18n.Tr "admin.orgs.teams"}}</th> |
||||
<th>{{.i18n.Tr "admin.orgs.members"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.repos"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.created"}}</th> |
||||
</tr> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Orgs}} |
||||
<tr> |
||||
<td>{{.Id}}</td> |
||||
<td><a href="{{.HomeLink}}">{{.Name}}</a></td> |
||||
<td>{{.NumTeams}}</td> |
||||
<td>{{.NumMembers}}</td> |
||||
<td>{{.NumRepos}}</td> |
||||
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td> |
||||
</tr> |
||||
{{end}} |
||||
{{range .Orgs}} |
||||
<tr> |
||||
<td>{{.Id}}</td> |
||||
<td><a href="{{.HomeLink}}">{{.Name}}</a></td> |
||||
<td>{{.NumTeams}}</td> |
||||
<td>{{.NumMembers}}</td> |
||||
<td>{{.NumRepos}}</td> |
||||
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</table> |
||||
</div> |
||||
|
||||
{{with .Page}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if .IsFirst}}disabled{{end}} item" href="{{$.Link}}"><i class="angle double left icon"></i> {{$.i18n.Tr "admin.first_page"}}</a> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
<a class="{{if .IsLast}}disabled{{end}} item" href="{{$.Link}}?page={{.TotalPages}}">{{$.i18n.Tr "admin.last_page"}} <i class="angle double right icon"></i></a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if .IsFirst}}disabled{{end}} item" href="{{$.Link}}"><i class="angle double left icon"></i> {{$.i18n.Tr "admin.first_page"}}</a> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
<a class="{{if .IsLast}}disabled{{end}} item" href="{{$.Link}}?page={{.TotalPages}}">{{$.i18n.Tr "admin.last_page"}} <i class="angle double right icon"></i></a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,106 +1,106 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin edit user"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.users.edit_account"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="inline field {{if .Err_UserName}}error{{end}}"> |
||||
<label for="user_name">{{.i18n.Tr "username"}}</label> |
||||
<span>{{.User.Name}}</span> |
||||
</div> |
||||
<!-- Types and name --> |
||||
<div class="inline required field {{if .Err_LoginType}}error{{end}}"> |
||||
<label>{{.i18n.Tr "admin.users.auth_source"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="login_type" name="login_type" value="{{.LoginSource.Type}}-{{.LoginSource.ID}}" required> |
||||
<div class="text">{{.i18n.Tr "admin.users.local"}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="0-0">{{.i18n.Tr "admin.users.local"}}</div> |
||||
{{range .Sources}} |
||||
<div class="item" data-value="{{.Type}}-{{.ID}}">{{.Name}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required non-local field {{if .Err_LoginName}}error{{end}} {{if eq .User.LoginSource 0}}hide{{end}}"> |
||||
<label for="login_name">{{.i18n.Tr "admin.users.auth_login_name"}}</label> |
||||
<input id="login_name" name="login_name" value="{{.User.LoginName}}" autofocus> |
||||
</div> |
||||
<div class="field {{if .Err_FullName}}error{{end}}"> |
||||
<label for="full_name">{{.i18n.Tr "settings.full_name"}}</label> |
||||
<input id="full_name" name="full_name" value="{{.User.FullName}}"> |
||||
</div> |
||||
<div class="required field {{if .Err_Email}}error{{end}}"> |
||||
<label for="email">{{.i18n.Tr "email"}}</label> |
||||
<input id="email" name="email" type="email" value="{{.User.Email}}" autofocus required> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="local field {{if .Err_Password}}error{{end}} {{if not (eq .User.LoginSource 0)}}hide{{end}}"> |
||||
<label for="password">{{.i18n.Tr "password"}}</label> |
||||
<input id="password" name="password" type="password"> |
||||
<p class="help">{{.i18n.Tr "admin.users.password_helper"}}</p> |
||||
</div> |
||||
<div class="field {{if .Err_Website}}error{{end}}"> |
||||
<label for="website">{{.i18n.Tr "settings.website"}}</label> |
||||
<input id="website" name="website" type="url" value="{{.User.Website}}" placeholder="e.g. http://mydomain.com or https://mydomain.com"> |
||||
</div> |
||||
<div class="field {{if .Err_Location}}error{{end}}"> |
||||
<label for="location">{{.i18n.Tr "settings.location"}}</label> |
||||
<input id="location" name="location" value="{{.User.Location}}"> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.users.edit_account"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="inline field {{if .Err_UserName}}error{{end}}"> |
||||
<label for="user_name">{{.i18n.Tr "username"}}</label> |
||||
<span>{{.User.Name}}</span> |
||||
</div> |
||||
<!-- Types and name --> |
||||
<div class="inline required field {{if .Err_LoginType}}error{{end}}"> |
||||
<label>{{.i18n.Tr "admin.users.auth_source"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="login_type" name="login_type" value="{{.LoginSource.Type}}-{{.LoginSource.ID}}" required> |
||||
<div class="text">{{.i18n.Tr "admin.users.local"}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="0-0">{{.i18n.Tr "admin.users.local"}}</div> |
||||
{{range .Sources}} |
||||
<div class="item" data-value="{{.Type}}-{{.ID}}">{{.Name}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required non-local field {{if .Err_LoginName}}error{{end}} {{if eq .User.LoginSource 0}}hide{{end}}"> |
||||
<label for="login_name">{{.i18n.Tr "admin.users.auth_login_name"}}</label> |
||||
<input id="login_name" name="login_name" value="{{.User.LoginName}}" autofocus> |
||||
</div> |
||||
<div class="field {{if .Err_FullName}}error{{end}}"> |
||||
<label for="full_name">{{.i18n.Tr "settings.full_name"}}</label> |
||||
<input id="full_name" name="full_name" value="{{.User.FullName}}"> |
||||
</div> |
||||
<div class="required field {{if .Err_Email}}error{{end}}"> |
||||
<label for="email">{{.i18n.Tr "email"}}</label> |
||||
<input id="email" name="email" type="email" value="{{.User.Email}}" autofocus required> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="local field {{if .Err_Password}}error{{end}} {{if not (eq .User.LoginSource 0)}}hide{{end}}"> |
||||
<label for="password">{{.i18n.Tr "password"}}</label> |
||||
<input id="password" name="password" type="password"> |
||||
<p class="help">{{.i18n.Tr "admin.users.password_helper"}}</p> |
||||
</div> |
||||
<div class="field {{if .Err_Website}}error{{end}}"> |
||||
<label for="website">{{.i18n.Tr "settings.website"}}</label> |
||||
<input id="website" name="website" type="url" value="{{.User.Website}}" placeholder="e.g. http://mydomain.com or https://mydomain.com"> |
||||
</div> |
||||
<div class="field {{if .Err_Location}}error{{end}}"> |
||||
<label for="location">{{.i18n.Tr "settings.location"}}</label> |
||||
<input id="location" name="location" value="{{.User.Location}}"> |
||||
</div> |
||||
|
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.is_activated"}}</strong></label> |
||||
<input name="active" type="checkbox" {{if .User.IsActive}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.is_admin"}}</strong></label> |
||||
<input name="admin" type="checkbox" {{if .User.IsAdmin}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.allow_git_hook"}}</strong></label> |
||||
<input name="allow_git_hook" type="checkbox" {{if .User.CanEditGitHook}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.allow_import_local"}}</strong></label> |
||||
<input name="allow_import_local" type="checkbox" {{if .User.CanImportLocal}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.is_activated"}}</strong></label> |
||||
<input name="active" type="checkbox" {{if .User.IsActive}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.is_admin"}}</strong></label> |
||||
<input name="admin" type="checkbox" {{if .User.IsAdmin}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.allow_git_hook"}}</strong></label> |
||||
<input name="allow_git_hook" type="checkbox" {{if .User.CanEditGitHook}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.allow_import_local"}}</strong></label> |
||||
<input name="allow_import_local" type="checkbox" {{if .User.CanImportLocal}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.users.update_profile"}}</button> |
||||
<div class="ui red button delete-button" data-url="{{$.Link}}/delete" data-id="{{.User.Id}}">{{.i18n.Tr "admin.users.delete_account"}}</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.users.update_profile"}}</button> |
||||
<div class="ui red button delete-button" data-url="{{$.Link}}/delete" data-id="{{.User.Id}}">{{.i18n.Tr "admin.users.delete_account"}}</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "settings.delete_account_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "settings.delete_account_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "settings.delete_account_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "settings.delete_account_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,72 +1,72 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin user"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.users.user_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
<div class="ui right"> |
||||
<a class="ui blue tiny button" href="{{AppSubUrl}}/admin/users/new">{{.i18n.Tr "admin.users.new_account"}}</a> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.users.name"}}</th> |
||||
<th>{{.i18n.Tr "email"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.activated"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.admin"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.repos"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.created"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.edit"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Users}} |
||||
<tr> |
||||
<td>{{.Id}}</td> |
||||
<td><a href="{{AppSubUrl}}/{{.Name}}">{{.Name}}</a></td> |
||||
<td><span class="text truncate email">{{.Email}}</span></td> |
||||
<td><i class="fa fa{{if .IsActive}}-check{{end}}-square-o"></i></td> |
||||
<td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td> |
||||
<td>{{.NumRepos}}</td> |
||||
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created }}</span></td> |
||||
<td><a href="{{AppSubUrl}}/admin/users/{{.Id}}"><i class="fa fa-pencil-square-o"></i></a></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
|
||||
{{with .Page}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if .IsFirst}}disabled{{end}} item" href="{{$.Link}}"><i class="angle double left icon"></i> {{$.i18n.Tr "admin.first_page"}}</a> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
<a class="{{if .IsLast}}disabled{{end}} item" href="{{$.Link}}?page={{.TotalPages}}">{{$.i18n.Tr "admin.last_page"}} <i class="angle double right icon"></i></a> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.users.user_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}}) |
||||
<div class="ui right"> |
||||
<a class="ui blue tiny button" href="{{AppSubUrl}}/admin/users/new">{{.i18n.Tr "admin.users.new_account"}}</a> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped table"> |
||||
<thead> |
||||
<tr> |
||||
<th>ID</th> |
||||
<th>{{.i18n.Tr "admin.users.name"}}</th> |
||||
<th>{{.i18n.Tr "email"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.activated"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.admin"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.repos"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.created"}}</th> |
||||
<th>{{.i18n.Tr "admin.users.edit"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{range .Users}} |
||||
<tr> |
||||
<td>{{.Id}}</td> |
||||
<td><a href="{{AppSubUrl}}/{{.Name}}">{{.Name}}</a></td> |
||||
<td><span class="text truncate email">{{.Email}}</span></td> |
||||
<td><i class="fa fa{{if .IsActive}}-check{{end}}-square-o"></i></td> |
||||
<td><i class="fa fa{{if .IsAdmin}}-check{{end}}-square-o"></i></td> |
||||
<td>{{.NumRepos}}</td> |
||||
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created }}</span></td> |
||||
<td><a href="{{AppSubUrl}}/admin/users/{{.Id}}"><i class="fa fa-pencil-square-o"></i></a></td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
|
||||
{{with .Page}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if .IsFirst}}disabled{{end}} item" href="{{$.Link}}"><i class="angle double left icon"></i> {{$.i18n.Tr "admin.first_page"}}</a> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.Link}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
<a class="{{if .IsLast}}disabled{{end}} item" href="{{$.Link}}?page={{.TotalPages}}">{{$.i18n.Tr "admin.last_page"}} <i class="angle double right icon"></i></a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,66 +1,66 @@ |
||||
{{template "base/head" .}} |
||||
<div class="admin new user"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.users.new_account"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<!-- Types and name --> |
||||
<div class="inline required field {{if .Err_LoginType}}error{{end}}"> |
||||
<label>{{.i18n.Tr "admin.users.auth_source"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="login_type" name="login_type" value="{{.login_type}}" data-password="required" required> |
||||
<div class="text">{{.i18n.Tr "admin.users.local"}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="0-0">{{.i18n.Tr "admin.users.local"}}</div> |
||||
{{range .Sources}} |
||||
<div class="item" data-value="{{.Type}}-{{.ID}}">{{.Name}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required non-local field {{if .Err_LoginName}}error{{end}} {{if eq .login_type "0-0"}}hide{{end}}"> |
||||
<label for="login_name">{{.i18n.Tr "admin.users.auth_login_name"}}</label> |
||||
<input id="login_name" name="login_name" value="{{.login_name}}"> |
||||
</div> |
||||
<div class="required field {{if .Err_UserName}}error{{end}}"> |
||||
<label for="user_name">{{.i18n.Tr "username"}}</label> |
||||
<input id="user_name" name="user_name" value="{{.user_name}}" autofocus required> |
||||
</div> |
||||
<div class="required field {{if .Err_Email}}error{{end}}"> |
||||
<label for="email">{{.i18n.Tr "email"}}</label> |
||||
<input id="email" name="email" type="email" value="{{.email}}" required> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="required local field {{if .Err_Password}}error{{end}} {{if not (eq .login_type "0-0")}}hide{{end}}"> |
||||
<label for="password">{{.i18n.Tr "password"}}</label> |
||||
<input id="password" name="password" type="password" value="{{.password}}" {{if eq .login_type "0-0"}}required{{end}}> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "admin/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "admin.users.new_account"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<!-- Types and name --> |
||||
<div class="inline required field {{if .Err_LoginType}}error{{end}}"> |
||||
<label>{{.i18n.Tr "admin.users.auth_source"}}</label> |
||||
<div class="ui selection type dropdown"> |
||||
<input type="hidden" id="login_type" name="login_type" value="{{.login_type}}" data-password="required" required> |
||||
<div class="text">{{.i18n.Tr "admin.users.local"}}</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="0-0">{{.i18n.Tr "admin.users.local"}}</div> |
||||
{{range .Sources}} |
||||
<div class="item" data-value="{{.Type}}-{{.ID}}">{{.Name}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="required non-local field {{if .Err_LoginName}}error{{end}} {{if eq .login_type "0-0"}}hide{{end}}"> |
||||
<label for="login_name">{{.i18n.Tr "admin.users.auth_login_name"}}</label> |
||||
<input id="login_name" name="login_name" value="{{.login_name}}"> |
||||
</div> |
||||
<div class="required field {{if .Err_UserName}}error{{end}}"> |
||||
<label for="user_name">{{.i18n.Tr "username"}}</label> |
||||
<input id="user_name" name="user_name" value="{{.user_name}}" autofocus required> |
||||
</div> |
||||
<div class="required field {{if .Err_Email}}error{{end}}"> |
||||
<label for="email">{{.i18n.Tr "email"}}</label> |
||||
<input id="email" name="email" type="email" value="{{.email}}" required> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="required local field {{if .Err_Password}}error{{end}} {{if not (eq .login_type "0-0")}}hide{{end}}"> |
||||
<label for="password">{{.i18n.Tr "password"}}</label> |
||||
<input id="password" name="password" type="password" value="{{.password}}" {{if eq .login_type "0-0"}}required{{end}}> |
||||
</div> |
||||
|
||||
<!-- Send register notify e-mail --> |
||||
{{if .CanSendEmail}} |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.send_register_notify"}}</strong></label> |
||||
<input name="send_notify" type="checkbox" {{if .send_notify}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
<!-- Send register notify e-mail --> |
||||
{{if .CanSendEmail}} |
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<label><strong>{{.i18n.Tr "admin.users.send_register_notify"}}</strong></label> |
||||
<input name="send_notify" type="checkbox" {{if .send_notify}}checked{{end}}> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
|
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.users.new_account"}}</button> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<button class="ui green button">{{.i18n.Tr "admin.users.new_account"}}</button> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,15 +1,15 @@ |
||||
{{if .Flash.ErrorMsg}} |
||||
<div class="ui negative message"> |
||||
<p>{{.Flash.ErrorMsg}}</p> |
||||
</div> |
||||
<div class="ui negative message"> |
||||
<p>{{.Flash.ErrorMsg}}</p> |
||||
</div> |
||||
{{end}} |
||||
{{if .Flash.SuccessMsg}} |
||||
<div class="ui positive message"> |
||||
<p>{{.Flash.SuccessMsg}}</p> |
||||
</div> |
||||
<div class="ui positive message"> |
||||
<p>{{.Flash.SuccessMsg}}</p> |
||||
</div> |
||||
{{end}} |
||||
{{if .Flash.InfoMsg}} |
||||
<div class="ui info message"> |
||||
<p>{{.Flash.InfoMsg}}</p> |
||||
</div> |
||||
{{end}} |
||||
<div class="ui info message"> |
||||
<p>{{.Flash.InfoMsg}}</p> |
||||
</div> |
||||
{{end}} |
||||
|
@ -1,10 +1,10 @@ |
||||
<div class="actions"> |
||||
<div class="ui red basic inverted cancel button"> |
||||
<i class="remove icon"></i> |
||||
{{.i18n.Tr "modal.no"}} |
||||
</div> |
||||
<div class="ui green basic inverted ok button"> |
||||
<i class="checkmark icon"></i> |
||||
{{.i18n.Tr "modal.yes"}} |
||||
</div> |
||||
</div> |
||||
<div class="ui red basic inverted cancel button"> |
||||
<i class="remove icon"></i> |
||||
{{.i18n.Tr "modal.no"}} |
||||
</div> |
||||
<div class="ui green basic inverted ok button"> |
||||
<i class="checkmark icon"></i> |
||||
{{.i18n.Tr "modal.yes"}} |
||||
</div> |
||||
</div> |
||||
|
@ -1,23 +1,23 @@ |
||||
<div class="ui repository list"> |
||||
{{range .Repos}} |
||||
<div class="item"> |
||||
<div class="ui header"> |
||||
<a href="{{AppSubUrl}}/{{if .Owner}}{{.Owner.Name}}{{else if $.Org}}{{$.Org.Name}}{{else}}{{$.Owner.Name}}{{end}}/{{.Name}}">{{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}}</a> |
||||
{{if .IsPrivate}} |
||||
<span class="text gold"><i class="icon octicon octicon-lock"></i></span> |
||||
{{else if .IsFork}} |
||||
<span><i class="icon octicon octicon-repo-forked"></i></span> |
||||
{{else if .IsMirror}} |
||||
<span><i class="icon octicon octicon-repo-clone"></i></span> |
||||
{{end}} |
||||
{{range .Repos}} |
||||
<div class="item"> |
||||
<div class="ui header"> |
||||
<a href="{{AppSubUrl}}/{{if .Owner}}{{.Owner.Name}}{{else if $.Org}}{{$.Org.Name}}{{else}}{{$.Owner.Name}}{{end}}/{{.Name}}">{{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}}</a> |
||||
{{if .IsPrivate}} |
||||
<span class="text gold"><i class="icon octicon octicon-lock"></i></span> |
||||
{{else if .IsFork}} |
||||
<span><i class="icon octicon octicon-repo-forked"></i></span> |
||||
{{else if .IsMirror}} |
||||
<span><i class="icon octicon octicon-repo-clone"></i></span> |
||||
{{end}} |
||||
|
||||
<div class="ui right metas"> |
||||
<span class="text grey"><i class="octicon octicon-star"></i> {{.NumStars}}</span> |
||||
<span class="text grey"><i class="octicon octicon-git-branch"></i> {{.NumForks}}</span> |
||||
</div> |
||||
</div> |
||||
{{if .Description}}<p>{{.Description}}</p>{{end}} |
||||
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
<div class="ui right metas"> |
||||
<span class="text grey"><i class="octicon octicon-star"></i> {{.NumStars}}</span> |
||||
<span class="text grey"><i class="octicon octicon-git-branch"></i> {{.NumForks}}</span> |
||||
</div> |
||||
</div> |
||||
{{if .Description}}<p>{{.Description}}</p>{{end}} |
||||
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
|
@ -1,15 +1,15 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, please activate your account</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, please activate your account</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<p>Hi <b>{{.User.Name}}</b>, thanks for registering at {{.AppName}}!</p> |
||||
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> |
||||
<p><a href="{{.AppUrl}}user/activate?code={{.Code}}">{{.AppUrl}}user/activate?code={{.Code}}</a></p> |
||||
<p>Not working? Try copying and pasting it to your browser.</p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
<p>Hi <b>{{.User.Name}}</b>, thanks for registering at {{.AppName}}!</p> |
||||
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> |
||||
<p><a href="{{.AppUrl}}user/activate?code={{.Code}}">{{.AppUrl}}user/activate?code={{.Code}}</a></p> |
||||
<p>Not working? Try copying and pasting it to your browser.</p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
</body> |
||||
</html> |
||||
|
@ -1,15 +1,15 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, please verify your e-mail address</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, please verify your e-mail address</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<p>Hi <b>{{.User.Name}}</b>,</p> |
||||
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> |
||||
<p><a href="{{.AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{.AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p> |
||||
<p>Not working? Try copying and pasting it to your browser.</p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
<p>Hi <b>{{.User.Name}}</b>,</p> |
||||
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> |
||||
<p><a href="{{.AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{.AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p> |
||||
<p>Not working? Try copying and pasting it to your browser.</p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
</body> |
||||
</html> |
||||
</html> |
||||
|
@ -1,14 +1,14 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, welcome to {{.AppName}}</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, welcome to {{.AppName}}</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<p>Hi <b>{{.User.Name}}</b>, this is your registration confirmation email for {{.AppName}}!</p> |
||||
<p>You can now login via username: {{.User.Name}}.</p> |
||||
<p><a href="{{.AppUrl}}user/login">{{.AppUrl}}user/login</a></p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
<p>Hi <b>{{.User.Name}}</b>, this is your registration confirmation email for {{.AppName}}!</p> |
||||
<p>You can now login via username: {{.User.Name}}.</p> |
||||
<p><a href="{{.AppUrl}}user/login">{{.AppUrl}}user/login</a></p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
</body> |
||||
</html> |
||||
|
@ -1,15 +1,15 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, you have requested to reset your password</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.User.Name}}, you have requested to reset your password</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<p>Hi <b>{{.User.Name}}</b>,</p> |
||||
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> |
||||
<p><a href="{{.AppUrl}}user/reset_password?code={{.Code}}">{{.AppUrl}}user/reset_password?code={{.Code}}</a></p> |
||||
<p>Not working? Try copying and pasting it to your browser.</p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
<p>Hi <b>{{.User.Name}}</b>,</p> |
||||
<p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p> |
||||
<p><a href="{{.AppUrl}}user/reset_password?code={{.Code}}">{{.AppUrl}}user/reset_password?code={{.Code}}</a></p> |
||||
<p>Not working? Try copying and pasting it to your browser.</p> |
||||
<p>© 2015 <a target="_blank" href="http://gogs.io">Gogs: Go Git Service</a></p> |
||||
</body> |
||||
</html> |
||||
</html> |
||||
|
@ -1,16 +1,16 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.Subject}}</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.Subject}}</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<p>You are now a collaborator of this repository.</p> |
||||
<p> |
||||
--- |
||||
<br> |
||||
View it on Gogs: <a href="{{.AppUrl}}{{.RepoLink}}">{{.RepoLink}}</a> |
||||
</p> |
||||
<p>You are now a collaborator of this repository.</p> |
||||
<p> |
||||
--- |
||||
<br> |
||||
View it on Gogs: <a href="{{.AppUrl}}{{.RepoLink}}">{{.RepoLink}}</a> |
||||
</p> |
||||
</body> |
||||
</html> |
||||
|
@ -1,17 +1,17 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.Subject}}</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<title>{{.Subject}}</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<p>@{{.ActUserName}} mentioned you:</p> |
||||
<p>{{.Content | Str2html}}</p> |
||||
<p> |
||||
--- |
||||
<br> |
||||
<a href="{{.AppUrl}}{{.IssueLink}}">View it on Gogs</a>. |
||||
</p> |
||||
<p>@{{.ActUserName}} mentioned you:</p> |
||||
<p>{{.Content | Str2html}}</p> |
||||
<p> |
||||
--- |
||||
<br> |
||||
<a href="{{.AppUrl}}{{.IssueLink}}">View it on Gogs</a>. |
||||
</p> |
||||
</body> |
||||
</html> |
||||
|
@ -1,30 +1,30 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization new org"> |
||||
<div class="ui middle very relaxed page grid"> |
||||
<div class="column"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<h3 class="ui top attached header"> |
||||
{{.i18n.Tr "new_org"}} |
||||
</h3> |
||||
<div class="ui attached segment"> |
||||
{{template "base/alert" .}} |
||||
<div class="inline required field {{if .Err_OrgName}}error{{end}}"> |
||||
<label for="org_name">{{.i18n.Tr "org.org_name_holder"}}</label> |
||||
<input id="org_name" name="org_name" value="{{.org_name}}" autofocus required> |
||||
<span class="help">{{.i18n.Tr "org.org_name_helper"}}</span> |
||||
</div> |
||||
<div class="ui middle very relaxed page grid"> |
||||
<div class="column"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<h3 class="ui top attached header"> |
||||
{{.i18n.Tr "new_org"}} |
||||
</h3> |
||||
<div class="ui attached segment"> |
||||
{{template "base/alert" .}} |
||||
<div class="inline required field {{if .Err_OrgName}}error{{end}}"> |
||||
<label for="org_name">{{.i18n.Tr "org.org_name_holder"}}</label> |
||||
<input id="org_name" name="org_name" value="{{.org_name}}" autofocus required> |
||||
<span class="help">{{.i18n.Tr "org.org_name_helper"}}</span> |
||||
</div> |
||||
|
||||
<div class="inline field"> |
||||
<label></label> |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "org.create_org"}} |
||||
</button> |
||||
<a class="ui button" href="{{AppSubUrl}}/">{{.i18n.Tr "cancel"}}</a> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label></label> |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "org.create_org"}} |
||||
</button> |
||||
<a class="ui button" href="{{AppSubUrl}}/">{{.i18n.Tr "cancel"}}</a> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,26 +1,26 @@ |
||||
{{with .Org}} |
||||
<div class="ui container"> |
||||
<div class="ui vertically grid head"> |
||||
<div class="column"> |
||||
<div class="ui header"> |
||||
<img class="ui image" src="{{.AvatarLink}}?s=100"> |
||||
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span> |
||||
<div class="ui container"> |
||||
<div class="ui vertically grid head"> |
||||
<div class="column"> |
||||
<div class="ui header"> |
||||
<img class="ui image" src="{{.AvatarLink}}?s=100"> |
||||
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span> |
||||
|
||||
<div class="ui right"> |
||||
<div class="ui menu"> |
||||
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members"> |
||||
<i class="octicon octicon-organization"></i> {{$.i18n.Tr "org.people"}} |
||||
<div class="floating ui black label">{{.NumMembers}}</div> |
||||
</a> |
||||
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> |
||||
<i class="octicon octicon-jersey"></i> {{$.i18n.Tr "org.teams"}} |
||||
<div class="floating ui black label">{{.NumTeams}}</div> |
||||
</a> |
||||
</div> |
||||
<div class="ui right"> |
||||
<div class="ui menu"> |
||||
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members"> |
||||
<i class="octicon octicon-organization"></i> {{$.i18n.Tr "org.people"}} |
||||
<div class="floating ui black label">{{.NumMembers}}</div> |
||||
</a> |
||||
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> |
||||
<i class="octicon octicon-jersey"></i> {{$.i18n.Tr "org.teams"}} |
||||
<div class="floating ui black label">{{.NumTeams}}</div> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
|
@ -1,85 +1,85 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization profile"> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
<div class="ui sixteen wide column"> |
||||
<img class="ui left" id="org-avatar" src="{{.Org.AvatarLink}}?s=140"/> |
||||
<div id="org-info"> |
||||
<div class="ui header"> |
||||
{{.Org.FullName}} |
||||
{{if .IsOrganizationOwner}}<a class="text grey" href="{{.OrgLink}}/settings"><span class="icon octicon octicon-gear"></span></a>{{end}} |
||||
</div> |
||||
{{if .Org.Description}}<p class="desc">{{.Org.Description}}</p>{{end}} |
||||
<div class="text grey meta"> |
||||
{{if .Org.Location}}<div class="item"><span class="icon octicon octicon-location"></span> <span>{{.Org.Location}}</span></div>{{end}} |
||||
{{if .Org.Website}}<div class="item"><span class="icon octicon octicon-link"></span> <a target="_blank" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
<div class="ui sixteen wide column"> |
||||
<img class="ui left" id="org-avatar" src="{{.Org.AvatarLink}}?s=140"/> |
||||
<div id="org-info"> |
||||
<div class="ui header"> |
||||
{{.Org.FullName}} |
||||
{{if .IsOrganizationOwner}}<a class="text grey" href="{{.OrgLink}}/settings"><span class="icon octicon octicon-gear"></span></a>{{end}} |
||||
</div> |
||||
{{if .Org.Description}}<p class="desc">{{.Org.Description}}</p>{{end}} |
||||
<div class="text grey meta"> |
||||
{{if .Org.Location}}<div class="item"><span class="icon octicon octicon-location"></span> <span>{{.Org.Location}}</span></div>{{end}} |
||||
{{if .Org.Website}}<div class="item"><span class="icon octicon octicon-link"></span> <a target="_blank" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}} |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui divider"></div> |
||||
<div class="ui divider"></div> |
||||
|
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
<div class="ui eleven wide column"> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="text right"> |
||||
<a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.Id}}"><i class="octicon octicon-repo-create"></i> {{.i18n.Tr "new_repo"}}</a> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
{{template "explore/repo_list" .}} |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
<div class="ui eleven wide column"> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="text right"> |
||||
<a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.Id}}"><i class="octicon octicon-repo-create"></i> {{.i18n.Tr "new_repo"}}</a> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
{{template "explore/repo_list" .}} |
||||
</div> |
||||
|
||||
<div class="ui five wide column"> |
||||
<h4 class="ui top attached header"> |
||||
<strong>{{.i18n.Tr "org.people"}}</strong> |
||||
{{if .IsOrganizationMember}} |
||||
<div class="ui right"> |
||||
<a class="text grey" href="{{.OrgLink}}/members"><strong>{{.Org.NumMembers}}</strong><span class="octicon octicon-chevron-right"></span></a> |
||||
</div> |
||||
{{end}} |
||||
</h4> |
||||
<div class="ui attached segment members"> |
||||
{{$isMember := .IsOrganizationMember}} |
||||
{{range .Members}} |
||||
{{if or $isMember (.IsPublicMember $.Org.Id)}} |
||||
<a href="{{.HomeLink}}" title="{{.Name}}"><img class="ui avatar" src="{{.AvatarLink}}"></a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<a class="ui blue small button" href="{{.OrgLink}}/invitations/new">{{.i18n.Tr "org.invite_someone"}}</a> |
||||
</div> |
||||
{{end}} |
||||
<div class="ui five wide column"> |
||||
<h4 class="ui top attached header"> |
||||
<strong>{{.i18n.Tr "org.people"}}</strong> |
||||
{{if .IsOrganizationMember}} |
||||
<div class="ui right"> |
||||
<a class="text grey" href="{{.OrgLink}}/members"><strong>{{.Org.NumMembers}}</strong><span class="octicon octicon-chevron-right"></span></a> |
||||
</div> |
||||
{{end}} |
||||
</h4> |
||||
<div class="ui attached segment members"> |
||||
{{$isMember := .IsOrganizationMember}} |
||||
{{range .Members}} |
||||
{{if or $isMember (.IsPublicMember $.Org.Id)}} |
||||
<a href="{{.HomeLink}}" title="{{.Name}}"><img class="ui avatar" src="{{.AvatarLink}}"></a> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<a class="ui blue small button" href="{{.OrgLink}}/invitations/new">{{.i18n.Tr "org.invite_someone"}}</a> |
||||
</div> |
||||
{{end}} |
||||
|
||||
{{if .IsOrganizationMember}} |
||||
<div class="ui top attached header"> |
||||
<strong>{{.i18n.Tr "org.teams"}}</strong> |
||||
<div class="ui right"> |
||||
<a class="text grey" href="{{.OrgLink}}/teams"><strong>{{.Org.NumTeams}}</strong><span class="octicon octicon-chevron-right"></span></a> |
||||
</div> |
||||
</div> |
||||
<div class="ui attached table segment teams"> |
||||
{{range .Teams}} |
||||
<div class="item"> |
||||
<a href="{{$.OrgLink}}/teams/{{.LowerName}}"><strong class="team-name">{{.Name}}</strong></a> |
||||
<p class="text grey">{{.NumMembers}} {{$.i18n.Tr "org.lower_members"}} · {{.NumRepos}} {{$.i18n.Tr "org.lower_repositories"}}</p> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<a class="ui blue small button" href="{{.OrgLink}}/teams/new">{{.i18n.Tr "org.create_new_team"}}</a> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{if .IsOrganizationMember}} |
||||
<div class="ui top attached header"> |
||||
<strong>{{.i18n.Tr "org.teams"}}</strong> |
||||
<div class="ui right"> |
||||
<a class="text grey" href="{{.OrgLink}}/teams"><strong>{{.Org.NumTeams}}</strong><span class="octicon octicon-chevron-right"></span></a> |
||||
</div> |
||||
</div> |
||||
<div class="ui attached table segment teams"> |
||||
{{range .Teams}} |
||||
<div class="item"> |
||||
<a href="{{$.OrgLink}}/teams/{{.LowerName}}"><strong class="team-name">{{.Name}}</strong></a> |
||||
<p class="text grey">{{.NumMembers}} {{$.i18n.Tr "org.lower_members"}} · {{.NumRepos}} {{$.i18n.Tr "org.lower_repositories"}}</p> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<a class="ui blue small button" href="{{.OrgLink}}/teams/new">{{.i18n.Tr "org.create_new_team"}}</a> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,23 +1,23 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization invite"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui container"> |
||||
<div id="invite-box"> |
||||
{{template "base/alert" .}} |
||||
{{template "base/alert" .}} |
||||
<h2>{{.i18n.Tr "org.members.invite_desc" .Org.DisplayName}}</h2> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="inline field ui left"> |
||||
<div id="search-user-box"> |
||||
<div class="ui input"> |
||||
<input class="prompt" name="uname" placeholder="{{.i18n.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" autofocus required> |
||||
</div> |
||||
<div class="ui segment results hide"></div> |
||||
</div> |
||||
</div> |
||||
<button class="ui blue button">{{.i18n.Tr "org.members.invite_now"}}</button> |
||||
</form> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="inline field ui left"> |
||||
<div id="search-user-box"> |
||||
<div class="ui input"> |
||||
<input class="prompt" name="uname" placeholder="{{.i18n.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" autofocus required> |
||||
</div> |
||||
<div class="ui segment results hide"></div> |
||||
</div> |
||||
</div> |
||||
<button class="ui blue button">{{.i18n.Tr "org.members.invite_now"}}</button> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,60 +1,60 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization members"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="text right"> |
||||
<a class="ui blue button" href="{{.OrgLink}}/invitations/new"><i class="octicon octicon-repo-create"></i> {{.i18n.Tr "org.invite_someone"}}</a> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
<div class="text right"> |
||||
<a class="ui blue button" href="{{.OrgLink}}/invitations/new"><i class="octicon octicon-repo-create"></i> {{.i18n.Tr "org.invite_someone"}}</a> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
|
||||
|
||||
<div class="list"> |
||||
{{range .Members}} |
||||
<div class="item ui grid"> |
||||
<div class="ui one wide column"> |
||||
<img class="ui avatar" src="{{.AvatarLink}}?s=48"> |
||||
</div> |
||||
<div class="ui three wide column"> |
||||
<div class="meta"><a href="{{.HomeLink}}">{{.Name}}</a></div> |
||||
<div class="meta">{{.FullName}}</div> |
||||
</div> |
||||
<div class="ui five wide column center"> |
||||
<div class="meta"> |
||||
{{$.i18n.Tr "org.members.membership_visibility"}} |
||||
<div class="item ui grid"> |
||||
<div class="ui one wide column"> |
||||
<img class="ui avatar" src="{{.AvatarLink}}?s=48"> |
||||
</div> |
||||
<div class="meta"> |
||||
{{ $isPublic := .IsPublicMember $.Org.Id}} |
||||
{{if $isPublic}} |
||||
<strong>{{$.i18n.Tr "org.members.public"}}</strong> |
||||
{{if or (eq $.SignedUser.Id .Id) $.IsOrganizationOwner}}(<a href="{{$.OrgLink}}/members/action/private?uid={{.Id}}">{{$.i18n.Tr "org.members.public_helper"}}</a>){{end}} |
||||
{{else}} |
||||
<strong>{{$.i18n.Tr "org.members.private"}}</strong> |
||||
{{if or (eq $.SignedUser.Id .Id) $.IsOrganizationOwner}}(<a href="{{$.OrgLink}}/members/action/public?uid={{.Id}}">{{$.i18n.Tr "org.members.private_helper"}}</a>){{end}} |
||||
{{end}} |
||||
<div class="ui three wide column"> |
||||
<div class="meta"><a href="{{.HomeLink}}">{{.Name}}</a></div> |
||||
<div class="meta">{{.FullName}}</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui three wide column center"> |
||||
<div class="meta"> |
||||
{{$.i18n.Tr "org.members.member_role"}} |
||||
<div class="ui five wide column center"> |
||||
<div class="meta"> |
||||
{{$.i18n.Tr "org.members.membership_visibility"}} |
||||
</div> |
||||
<div class="meta"> |
||||
{{ $isPublic := .IsPublicMember $.Org.Id}} |
||||
{{if $isPublic}} |
||||
<strong>{{$.i18n.Tr "org.members.public"}}</strong> |
||||
{{if or (eq $.SignedUser.Id .Id) $.IsOrganizationOwner}}(<a href="{{$.OrgLink}}/members/action/private?uid={{.Id}}">{{$.i18n.Tr "org.members.public_helper"}}</a>){{end}} |
||||
{{else}} |
||||
<strong>{{$.i18n.Tr "org.members.private"}}</strong> |
||||
{{if or (eq $.SignedUser.Id .Id) $.IsOrganizationOwner}}(<a href="{{$.OrgLink}}/members/action/public?uid={{.Id}}">{{$.i18n.Tr "org.members.private_helper"}}</a>){{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="meta"> |
||||
<strong>{{if .IsUserOrgOwner $.Org.Id}}<span class="octicon octicon-shield"></span> {{$.i18n.Tr "org.members.owner"}}{{else}}{{$.i18n.Tr "org.members.member"}}{{end}}</strong> |
||||
<div class="ui three wide column center"> |
||||
<div class="meta"> |
||||
{{$.i18n.Tr "org.members.member_role"}} |
||||
</div> |
||||
<div class="meta"> |
||||
<strong>{{if .IsUserOrgOwner $.Org.Id}}<span class="octicon octicon-shield"></span> {{$.i18n.Tr "org.members.owner"}}{{else}}{{$.i18n.Tr "org.members.member"}}{{end}}</strong> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui four wide column"> |
||||
<div class="text right"> |
||||
{{if eq $.SignedUser.Id .Id}} |
||||
<a class="ui red small button" href="{{$.OrgLink}}/members/action/leave?uid={{.Id}}">{{$.i18n.Tr "org.members.leave"}}</a> |
||||
{{else if $.IsOrganizationOwner}} |
||||
<a class="ui red small button" href="{{$.OrgLink}}/members/action/remove?uid={{.Id}}">{{$.i18n.Tr "org.members.remove"}}</a> |
||||
{{end}} |
||||
<div class="ui four wide column"> |
||||
<div class="text right"> |
||||
{{if eq $.SignedUser.Id .Id}} |
||||
<a class="ui red small button" href="{{$.OrgLink}}/members/action/leave?uid={{.Id}}">{{$.i18n.Tr "org.members.leave"}}</a> |
||||
{{else if $.IsOrganizationOwner}} |
||||
<a class="ui red small button" href="{{$.OrgLink}}/members/action/remove?uid={{.Id}}">{{$.i18n.Tr "org.members.remove"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,43 +1,43 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization settings delete"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached warning header"> |
||||
{{.i18n.Tr "org.settings.delete_account"}} |
||||
</h4> |
||||
<div class="ui attached warning segment"> |
||||
<div class="ui red message"> |
||||
<p class="text left"><i class="octicon octicon-alert"></i> {{.i18n.Tr "org.settings.delete_prompt" | Str2html}}</p> |
||||
</div> |
||||
<form class="ui form" id="delete-form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<input class="fake" type="password"> |
||||
<div class="inline required field {{if .Err_Password}}error{{end}}"> |
||||
<label for="password">{{.i18n.Tr "password"}}</label> |
||||
<input id="password" name="password" type="password" autofocus required> |
||||
</div> |
||||
<div class="ui red button delete-button" data-type="form" data-form="#delete-form"> |
||||
{{.i18n.Tr "org.settings.confirm_delete_account"}} |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached warning header"> |
||||
{{.i18n.Tr "org.settings.delete_account"}} |
||||
</h4> |
||||
<div class="ui attached warning segment"> |
||||
<div class="ui red message"> |
||||
<p class="text left"><i class="octicon octicon-alert"></i> {{.i18n.Tr "org.settings.delete_prompt" | Str2html}}</p> |
||||
</div> |
||||
<form class="ui form" id="delete-form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<input class="fake" type="password"> |
||||
<div class="inline required field {{if .Err_Password}}error{{end}}"> |
||||
<label for="password">{{.i18n.Tr "password"}}</label> |
||||
<input id="password" name="password" type="password" autofocus required> |
||||
</div> |
||||
<div class="ui red button delete-button" data-type="form" data-form="#delete-form"> |
||||
{{.i18n.Tr "org.settings.confirm_delete_account"}} |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "org.settings.delete_org_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "org.settings.delete_org_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "org.settings.delete_org_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "org.settings.delete_org_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,29 +1,29 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization settings new webhook"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}}{{else}}{{.i18n.Tr "repo.settings.update_webhook"}}{{end}} |
||||
<div class="ui right"> |
||||
{{if eq .HookType "gogs"}} |
||||
<img class="img-13" src="{{AppSubUrl}}/img/favicon.png"> |
||||
{{else if eq .HookType "slack"}} |
||||
<img class="img-13" src="{{AppSubUrl}}/img/slack.png"> |
||||
{{end}} |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
{{template "repo/settings/hook_gogs" .}} |
||||
{{template "repo/settings/hook_slack" .}} |
||||
</div> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}}{{else}}{{.i18n.Tr "repo.settings.update_webhook"}}{{end}} |
||||
<div class="ui right"> |
||||
{{if eq .HookType "gogs"}} |
||||
<img class="img-13" src="{{AppSubUrl}}/img/favicon.png"> |
||||
{{else if eq .HookType "slack"}} |
||||
<img class="img-13" src="{{AppSubUrl}}/img/slack.png"> |
||||
{{end}} |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
{{template "repo/settings/hook_gogs" .}} |
||||
{{template "repo/settings/hook_slack" .}} |
||||
</div> |
||||
|
||||
{{template "repo/settings/hook_history" .}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "repo/settings/hook_history" .}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,11 +1,11 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization settings webhooks"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
{{template "repo/settings/hook_list" .}} |
||||
</div> |
||||
</div> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
{{template "repo/settings/hook_list" .}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,14 +1,14 @@ |
||||
<div class="four wide column"> |
||||
<div class="ui vertical menu"> |
||||
<div class="header item">{{.i18n.Tr "org.settings"}}</div> |
||||
<a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.OrgLink}}/settings"> |
||||
{{.i18n.Tr "org.settings.options"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsHooks}}active{{end}} item" href="{{.OrgLink}}/settings/hooks"> |
||||
{{.i18n.Tr "repo.settings.hooks"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsDelete}}active{{end}} item" href="{{.OrgLink}}/settings/delete"> |
||||
{{.i18n.Tr "org.settings.delete"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.OrgLink}}/settings"> |
||||
{{.i18n.Tr "org.settings.options"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsHooks}}active{{end}} item" href="{{.OrgLink}}/settings/hooks"> |
||||
{{.i18n.Tr "repo.settings.hooks"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsDelete}}active{{end}} item" href="{{.OrgLink}}/settings/delete"> |
||||
{{.i18n.Tr "org.settings.delete"}} |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
@ -1,59 +1,59 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization settings options"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "org.settings.options"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="required field {{if .Err_Name}}error{{end}}"> |
||||
<label for="org_name">{{.i18n.Tr "org.org_name_holder"}}<span class="text red hide" id="org-name-change-prompt"> {{.i18n.Tr "org.settings.change_orgname_prompt"}}</span></label> |
||||
<input id="org_name" name="name" value="{{.Org.Name}}" data-org-name="{{.Org.Name}}" autofocus required> |
||||
</div> |
||||
<div class="field {{if .Err_FullName}}error{{end}}"> |
||||
<label for="full_name">{{.i18n.Tr "org.org_full_name_holder"}}</label> |
||||
<input id="full_name" name="full_name" value="{{.Org.FullName}}"> |
||||
</div> |
||||
<div class="field {{if .Err_Description}}error{{end}}"> |
||||
<label for="description">{{$.i18n.Tr "org.org_desc"}}</label> |
||||
<textarea id="description" name="description" rows="2">{{.Org.Description}}</textarea> |
||||
</div> |
||||
<div class="field {{if .Err_Website}}error{{end}}"> |
||||
<label for="website">{{.i18n.Tr "org.settings.website"}}</label> |
||||
<input id="website" name="website" type="url" value="{{.Org.Website}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="location">{{.i18n.Tr "org.settings.location"}}</label> |
||||
<input id="location" name="location" value="{{.Org.Location}}"> |
||||
</div> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
{{template "org/settings/navbar" .}} |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "org.settings.options"}} |
||||
</h4> |
||||
<div class="ui attached segment"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="required field {{if .Err_Name}}error{{end}}"> |
||||
<label for="org_name">{{.i18n.Tr "org.org_name_holder"}}<span class="text red hide" id="org-name-change-prompt"> {{.i18n.Tr "org.settings.change_orgname_prompt"}}</span></label> |
||||
<input id="org_name" name="name" value="{{.Org.Name}}" data-org-name="{{.Org.Name}}" autofocus required> |
||||
</div> |
||||
<div class="field {{if .Err_FullName}}error{{end}}"> |
||||
<label for="full_name">{{.i18n.Tr "org.org_full_name_holder"}}</label> |
||||
<input id="full_name" name="full_name" value="{{.Org.FullName}}"> |
||||
</div> |
||||
<div class="field {{if .Err_Description}}error{{end}}"> |
||||
<label for="description">{{$.i18n.Tr "org.org_desc"}}</label> |
||||
<textarea id="description" name="description" rows="2">{{.Org.Description}}</textarea> |
||||
</div> |
||||
<div class="field {{if .Err_Website}}error{{end}}"> |
||||
<label for="website">{{.i18n.Tr "org.settings.website"}}</label> |
||||
<input id="website" name="website" type="url" value="{{.Org.Website}}"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="location">{{.i18n.Tr "org.settings.location"}}</label> |
||||
<input id="location" name="location" value="{{.Org.Location}}"> |
||||
</div> |
||||
|
||||
<div class="field"> |
||||
<button class="ui green button">{{$.i18n.Tr "org.settings.update_settings"}}</button> |
||||
</div> |
||||
</form> |
||||
<div class="field"> |
||||
<button class="ui green button">{{$.i18n.Tr "org.settings.update_settings"}}</button> |
||||
</div> |
||||
</form> |
||||
|
||||
<div class="ui divider"></div> |
||||
<div class="ui divider"></div> |
||||
|
||||
<form class="ui form" action="{{.Link}}/avatar" method="post" enctype="multipart/form-data"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="inline field"> |
||||
<label for="avatar">{{.i18n.Tr "settings.choose_new_avatar"}}</label> |
||||
<input name="avatar" type="file" > |
||||
</div> |
||||
<form class="ui form" action="{{.Link}}/avatar" method="post" enctype="multipart/form-data"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="inline field"> |
||||
<label for="avatar">{{.i18n.Tr "settings.choose_new_avatar"}}</label> |
||||
<input name="avatar" type="file" > |
||||
</div> |
||||
|
||||
<div class="field"> |
||||
<button class="ui green button">{{$.i18n.Tr "settings.update_avatar"}}</button> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<button class="ui green button">{{$.i18n.Tr "settings.update_avatar"}}</button> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,46 +1,46 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization teams"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
<div class="ui grid"> |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
<div class="ui grid"> |
||||
{{template "org/team/sidebar" .}} |
||||
<div class="ui ten wide column"> |
||||
<div class="ui top attached header"> |
||||
{{.i18n.Tr "org.teams.members"}} |
||||
</div> |
||||
<div class="ui attached table segment members"> |
||||
{{range .Team.Members}} |
||||
<div class="item"> |
||||
{{if $.IsOrganizationOwner}} |
||||
<a class="ui red small button right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/remove?uid={{.Id}}">{{$.i18n.Tr "org.members.remove"}}</a> |
||||
{{end}} |
||||
<a href="{{.HomeLink}}"> |
||||
<img class="ui avatar image" src="{{.AvatarLink}}"> |
||||
{{.DisplayName}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<form class="ui form" id="add-member-form" action="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/add" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<input type="hidden" name="uid" value="{{.SignedUser.Id}}"> |
||||
<div class="inline field ui left"> |
||||
<div id="search-user-box"> |
||||
<div class="ui input"> |
||||
<input class="prompt" name="uname" placeholder="{{.i18n.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" required> |
||||
</div> |
||||
<div class="ui segment results hide"></div> |
||||
</div> |
||||
</div> |
||||
<button class="ui green button">{{.i18n.Tr "org.teams.add_team_member"}}</button> |
||||
</form> |
||||
{{range .Team.Members}} |
||||
<div class="item"> |
||||
{{if $.IsOrganizationOwner}} |
||||
<a class="ui red small button right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/remove?uid={{.Id}}">{{$.i18n.Tr "org.members.remove"}}</a> |
||||
{{end}} |
||||
<a href="{{.HomeLink}}"> |
||||
<img class="ui avatar image" src="{{.AvatarLink}}"> |
||||
{{.DisplayName}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<form class="ui form" id="add-member-form" action="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/add" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<input type="hidden" name="uid" value="{{.SignedUser.Id}}"> |
||||
<div class="inline field ui left"> |
||||
<div id="search-user-box"> |
||||
<div class="ui input"> |
||||
<input class="prompt" name="uname" placeholder="{{.i18n.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" required> |
||||
</div> |
||||
<div class="ui segment results hide"></div> |
||||
</div> |
||||
</div> |
||||
<button class="ui green button">{{.i18n.Tr "org.teams.add_team_member"}}</button> |
||||
</form> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,82 +1,82 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization new team"> |
||||
{{template "org/header" .}} |
||||
<div class="ui middle very relaxed page grid"> |
||||
<div class="column"> |
||||
<form class="ui form" action="{{if .PageIsOrgTeamsNew}}{{.OrgLink}}/teams/new{{else}}{{.OrgLink}}/teams/{{.Team.LowerName}}/edit{{end}}" data-delete-url="{{.OrgLink}}/teams/{{.Team.LowerName}}/delete" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<h3 class="ui top attached header"> |
||||
{{if .PageIsOrgTeamsNew}}{{.i18n.Tr "org.create_new_team"}}{{else}}{{.i18n.Tr "org.teams.settings"}}{{end}} |
||||
</h3> |
||||
<div class="ui attached segment"> |
||||
{{template "base/alert" .}} |
||||
<div class="required field {{if .Err_TeamName}}error{{end}}"> |
||||
<label for="team_name">{{.i18n.Tr "org.team_name"}}</label> |
||||
{{if eq .Team.LowerName "owners"}} |
||||
<input type="hidden" name="team_name" value="{{.team_name}}"> |
||||
{{end}} |
||||
<input id="team_name" name="team_name" value="{{.team_name}}" required {{if eq .Team.LowerName "owners"}}disabled{{end}} autofocus> |
||||
<span class="help">{{.i18n.Tr "org.team_name_helper"}}</span> |
||||
</div> |
||||
<div class="field {{if .Err_Description}}error{{end}}"> |
||||
<label for="desc">{{.i18n.Tr "org.team_desc"}}</label> |
||||
<input id="desc" name="desc" value="{{.desc}}"> |
||||
<span class="help">{{.i18n.Tr "org.team_desc_helper"}}</span> |
||||
</div> |
||||
{{if not (eq .Team.LowerName "owners")}} |
||||
<div class="grouped field"> |
||||
<label>{{.i18n.Tr "org.team_permission_desc"}}</label> |
||||
<br> |
||||
<div class="field"> |
||||
<div class="ui radio checkbox"> |
||||
<input type="radio" name="permission" value="read" {{if or .PageIsOrgTeamsNew (eq .Team.Authorize 1)}}checked{{end}}> |
||||
<label>{{.i18n.Tr "org.teams.read_access"}}</label> |
||||
<span class="help">{{.i18n.Tr "org.teams.read_access_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio checkbox"> |
||||
<input type="radio" name="permission" value="write" {{if eq .Team.Authorize 2}}checked{{end}}> |
||||
<label>{{.i18n.Tr "org.teams.write_access"}}</label> |
||||
<span class="help">{{.i18n.Tr "org.teams.write_access_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio checkbox"> |
||||
<input type="radio" name="permission" value="admin" {{if eq .Team.Authorize 3}}checked{{end}}> |
||||
<label>{{.i18n.Tr "org.teams.admin_access"}}</label> |
||||
<span class="help">{{.i18n.Tr "org.teams.admin_access_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
{{template "org/header" .}} |
||||
<div class="ui middle very relaxed page grid"> |
||||
<div class="column"> |
||||
<form class="ui form" action="{{if .PageIsOrgTeamsNew}}{{.OrgLink}}/teams/new{{else}}{{.OrgLink}}/teams/{{.Team.LowerName}}/edit{{end}}" data-delete-url="{{.OrgLink}}/teams/{{.Team.LowerName}}/delete" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<h3 class="ui top attached header"> |
||||
{{if .PageIsOrgTeamsNew}}{{.i18n.Tr "org.create_new_team"}}{{else}}{{.i18n.Tr "org.teams.settings"}}{{end}} |
||||
</h3> |
||||
<div class="ui attached segment"> |
||||
{{template "base/alert" .}} |
||||
<div class="required field {{if .Err_TeamName}}error{{end}}"> |
||||
<label for="team_name">{{.i18n.Tr "org.team_name"}}</label> |
||||
{{if eq .Team.LowerName "owners"}} |
||||
<input type="hidden" name="team_name" value="{{.team_name}}"> |
||||
{{end}} |
||||
<input id="team_name" name="team_name" value="{{.team_name}}" required {{if eq .Team.LowerName "owners"}}disabled{{end}} autofocus> |
||||
<span class="help">{{.i18n.Tr "org.team_name_helper"}}</span> |
||||
</div> |
||||
<div class="field {{if .Err_Description}}error{{end}}"> |
||||
<label for="desc">{{.i18n.Tr "org.team_desc"}}</label> |
||||
<input id="desc" name="desc" value="{{.desc}}"> |
||||
<span class="help">{{.i18n.Tr "org.team_desc_helper"}}</span> |
||||
</div> |
||||
{{if not (eq .Team.LowerName "owners")}} |
||||
<div class="grouped field"> |
||||
<label>{{.i18n.Tr "org.team_permission_desc"}}</label> |
||||
<br> |
||||
<div class="field"> |
||||
<div class="ui radio checkbox"> |
||||
<input type="radio" name="permission" value="read" {{if or .PageIsOrgTeamsNew (eq .Team.Authorize 1)}}checked{{end}}> |
||||
<label>{{.i18n.Tr "org.teams.read_access"}}</label> |
||||
<span class="help">{{.i18n.Tr "org.teams.read_access_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio checkbox"> |
||||
<input type="radio" name="permission" value="write" {{if eq .Team.Authorize 2}}checked{{end}}> |
||||
<label>{{.i18n.Tr "org.teams.write_access"}}</label> |
||||
<span class="help">{{.i18n.Tr "org.teams.write_access_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio checkbox"> |
||||
<input type="radio" name="permission" value="admin" {{if eq .Team.Authorize 3}}checked{{end}}> |
||||
<label>{{.i18n.Tr "org.teams.admin_access"}}</label> |
||||
<span class="help">{{.i18n.Tr "org.teams.admin_access_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
|
||||
<div class="field"> |
||||
{{if .PageIsOrgTeamsNew}} |
||||
<button class="ui green button">{{.i18n.Tr "org.create_new_team"}}</button> |
||||
<a class="ui button" href="{{.OrgLink}}/teams">{{.i18n.Tr "cancel"}}</a> |
||||
{{else}} |
||||
<button class="ui green button">{{.i18n.Tr "org.teams.update_settings"}}</button> |
||||
{{if not (eq .Team.LowerName "owners")}} |
||||
<button class="ui red button delete-button" data-url="{{.OrgLink}}/teams/{{.team_name}}/delete">{{.i18n.Tr "org.teams.delete_team"}}</button> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
{{if .PageIsOrgTeamsNew}} |
||||
<button class="ui green button">{{.i18n.Tr "org.create_new_team"}}</button> |
||||
<a class="ui button" href="{{.OrgLink}}/teams">{{.i18n.Tr "cancel"}}</a> |
||||
{{else}} |
||||
<button class="ui green button">{{.i18n.Tr "org.teams.update_settings"}}</button> |
||||
{{if not (eq .Team.LowerName "owners")}} |
||||
<button class="ui red button delete-button" data-url="{{.OrgLink}}/teams/{{.team_name}}/delete">{{.i18n.Tr "org.teams.delete_team"}}</button> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "org.teams.delete_team_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "org.teams.delete_team_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "org.teams.delete_team_title"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "org.teams.delete_team_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,41 +1,41 @@ |
||||
<div class="ui six wide column"> |
||||
<h4 class="ui top attached header"> |
||||
<strong>{{.Team.Name}}</strong> |
||||
<div class="ui right"> |
||||
{{if .Team.IsMember $.SignedUser.Id}} |
||||
<a class="ui red tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/leave?uid={{$.SignedUser.Id}}&page=team">{{$.i18n.Tr "org.teams.leave"}}</a> |
||||
{{else if .IsOrganizationOwner}} |
||||
<a class="ui blue tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/join?uid={{$.SignedUser.Id}}&page=team">{{$.i18n.Tr "org.teams.join"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment detail"> |
||||
<div class="item"> |
||||
{{if .Team.Description}} |
||||
{{.Team.Description}} |
||||
{{else}} |
||||
<span class="text grey italic">{{.i18n.Tr "org.teams.no_desc"}}</span> |
||||
{{end}} |
||||
</div> |
||||
<div class="item"> |
||||
<a href="{{.OrgLink}}/teams/{{.Team.LowerName}}"><span class="octicon octicon-person"></span> <strong>{{.Team.NumMembers}}</strong> {{$.i18n.Tr "org.lower_members"}}</a> · |
||||
<a href="{{.OrgLink}}/teams/{{.Team.LowerName}}/repositories"><span class="octicon octicon-repo"></span> <strong>{{.Team.NumRepos}}</strong> {{$.i18n.Tr "org.lower_repositories"}}</a> |
||||
</div> |
||||
<div class="item"> |
||||
{{if eq .Team.LowerName "owners"}} |
||||
{{.i18n.Tr "org.teams.owners_permission_desc" | Str2html}} |
||||
{{else if (eq .Team.Authorize 1)}} |
||||
{{.i18n.Tr "org.teams.read_permission_desc" | Str2html}} |
||||
{{else if (eq .Team.Authorize 2)}} |
||||
{{.i18n.Tr "org.teams.write_permission_desc" | Str2html}} |
||||
{{else if (eq .Team.Authorize 3)}} |
||||
{{.i18n.Tr "org.teams.admin_permission_desc" | Str2html}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<a class="ui teal small button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/edit"><span class="octicon octicon-gear"></span> {{$.i18n.Tr "org.teams.settings"}}</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
<strong>{{.Team.Name}}</strong> |
||||
<div class="ui right"> |
||||
{{if .Team.IsMember $.SignedUser.Id}} |
||||
<a class="ui red tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/leave?uid={{$.SignedUser.Id}}&page=team">{{$.i18n.Tr "org.teams.leave"}}</a> |
||||
{{else if .IsOrganizationOwner}} |
||||
<a class="ui blue tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/join?uid={{$.SignedUser.Id}}&page=team">{{$.i18n.Tr "org.teams.join"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment detail"> |
||||
<div class="item"> |
||||
{{if .Team.Description}} |
||||
{{.Team.Description}} |
||||
{{else}} |
||||
<span class="text grey italic">{{.i18n.Tr "org.teams.no_desc"}}</span> |
||||
{{end}} |
||||
</div> |
||||
<div class="item"> |
||||
<a href="{{.OrgLink}}/teams/{{.Team.LowerName}}"><span class="octicon octicon-person"></span> <strong>{{.Team.NumMembers}}</strong> {{$.i18n.Tr "org.lower_members"}}</a> · |
||||
<a href="{{.OrgLink}}/teams/{{.Team.LowerName}}/repositories"><span class="octicon octicon-repo"></span> <strong>{{.Team.NumRepos}}</strong> {{$.i18n.Tr "org.lower_repositories"}}</a> |
||||
</div> |
||||
<div class="item"> |
||||
{{if eq .Team.LowerName "owners"}} |
||||
{{.i18n.Tr "org.teams.owners_permission_desc" | Str2html}} |
||||
{{else if (eq .Team.Authorize 1)}} |
||||
{{.i18n.Tr "org.teams.read_permission_desc" | Str2html}} |
||||
{{else if (eq .Team.Authorize 2)}} |
||||
{{.i18n.Tr "org.teams.write_permission_desc" | Str2html}} |
||||
{{else if (eq .Team.Authorize 3)}} |
||||
{{.i18n.Tr "org.teams.admin_permission_desc" | Str2html}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="ui bottom attached segment"> |
||||
<a class="ui teal small button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/edit"><span class="octicon octicon-gear"></span> {{$.i18n.Tr "org.teams.settings"}}</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
|
@ -1,41 +1,41 @@ |
||||
{{template "base/head" .}} |
||||
<div class="organization teams"> |
||||
{{template "org/header" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
{{if .IsOrganizationOwner}} |
||||
<div class="text right"> |
||||
<a class="ui green button" href="{{.OrgLink}}/teams/new"><i class="octicon octicon-repo-create"></i> {{.i18n.Tr "org.create_new_team"}}</a> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
<div class="text right"> |
||||
<a class="ui green button" href="{{.OrgLink}}/teams/new"><i class="octicon octicon-repo-create"></i> {{.i18n.Tr "org.create_new_team"}}</a> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
|
||||
<div class="ui two column grid"> |
||||
{{range .Teams}} |
||||
<div class="column"> |
||||
<div class="ui top attached header"> |
||||
<a class="text black" href="{{$.OrgLink}}/teams/{{.LowerName}}"><strong>{{.Name}}</strong></a> |
||||
<div class="ui right"> |
||||
{{if .IsMember $.SignedUser.Id}} |
||||
<a class="ui red small button" href="{{$.OrgLink}}/teams/{{.LowerName}}/action/leave?uid={{$.SignedUser.Id}}">{{$.i18n.Tr "org.teams.leave"}}</a> |
||||
{{else if $.IsOrganizationOwner}} |
||||
<a class="ui blue small button" href="{{$.OrgLink}}/teams/{{.LowerName}}/action/join?uid={{$.SignedUser.Id}}">{{$.i18n.Tr "org.teams.join"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="ui attached segment members"> |
||||
{{range .Members}} |
||||
<a href="{{.HomeLink}}" title="{{.Name}}"> |
||||
<img class="ui avatar image" src="{{.AvatarLink}}"> |
||||
</a> |
||||
{{end}} |
||||
<div class="column"> |
||||
<div class="ui top attached header"> |
||||
<a class="text black" href="{{$.OrgLink}}/teams/{{.LowerName}}"><strong>{{.Name}}</strong></a> |
||||
<div class="ui right"> |
||||
{{if .IsMember $.SignedUser.Id}} |
||||
<a class="ui red small button" href="{{$.OrgLink}}/teams/{{.LowerName}}/action/leave?uid={{$.SignedUser.Id}}">{{$.i18n.Tr "org.teams.leave"}}</a> |
||||
{{else if $.IsOrganizationOwner}} |
||||
<a class="ui blue small button" href="{{$.OrgLink}}/teams/{{.LowerName}}/action/join?uid={{$.SignedUser.Id}}">{{$.i18n.Tr "org.teams.join"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="ui attached segment members"> |
||||
{{range .Members}} |
||||
<a href="{{.HomeLink}}" title="{{.Name}}"> |
||||
<img class="ui avatar image" src="{{.AvatarLink}}"> |
||||
</a> |
||||
{{end}} |
||||
</div> |
||||
<div class="ui bottom attached header"> |
||||
<p class="team-meta">{{.NumMembers}} {{$.i18n.Tr "org.lower_members"}} · {{.NumRepos}} {{$.i18n.Tr "org.lower_repositories"}}</p> |
||||
</div> |
||||
</div> |
||||
<div class="ui bottom attached header"> |
||||
<p class="team-meta">{{.NumMembers}} {{$.i18n.Tr "org.lower_members"}} · {{.NumRepos}} {{$.i18n.Tr "org.lower_repositories"}}</p> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,61 +1,61 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository quickstart"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
<div class="sixteen wide column content"> |
||||
{{template "base/alert" .}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "repo.quick_guide"}} |
||||
<div class="ui right"> |
||||
<a class="ui black tiny button" href="{{.RepoLink}}/settings">{{.i18n.Tr "repo.settings"}}</a> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached guide table segment"> |
||||
<div class="item"> |
||||
<h3>{{.i18n.Tr "repo.clone_this_repo"}} <small>{{.i18n.Tr "repo.clone_helper" "http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" | Str2html}}</small></h3> |
||||
<div class="ui action small input"> |
||||
{{if not $.DisableSSH}} |
||||
<button class="ui blue basic clone button" id="repo-clone-ssh" data-link="{{.CloneLink.SSH}}"> |
||||
SSH |
||||
</button> |
||||
{{end}} |
||||
<button class="ui {{if $.DisableSSH}}blue{{end}} basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |
||||
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}} |
||||
</button> |
||||
<input id="repo-clone-url" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" readonly> |
||||
<button class="ui basic button poping up clipboard" id="clipboard-btn" data-original="{{.i18n.Tr "repo.copy_link"}}" data-success="{{.i18n.Tr "repo.copy_link_success"}}" data-error="{{.i18n.Tr "repo.copy_link_error"}}" data-content="{{.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-target="#repo-clone-url"> |
||||
<i class="octicon octicon-clippy"></i> |
||||
</button> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui grid"> |
||||
<div class="sixteen wide column content"> |
||||
{{template "base/alert" .}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "repo.quick_guide"}} |
||||
<div class="ui right"> |
||||
<a class="ui black tiny button" href="{{.RepoLink}}/settings">{{.i18n.Tr "repo.settings"}}</a> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached guide table segment"> |
||||
<div class="item"> |
||||
<h3>{{.i18n.Tr "repo.clone_this_repo"}} <small>{{.i18n.Tr "repo.clone_helper" "http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" | Str2html}}</small></h3> |
||||
<div class="ui action small input"> |
||||
{{if not $.DisableSSH}} |
||||
<button class="ui blue basic clone button" id="repo-clone-ssh" data-link="{{.CloneLink.SSH}}"> |
||||
SSH |
||||
</button> |
||||
{{end}} |
||||
<button class="ui {{if $.DisableSSH}}blue{{end}} basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |
||||
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}} |
||||
</button> |
||||
<input id="repo-clone-url" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" readonly> |
||||
<button class="ui basic button poping up clipboard" id="clipboard-btn" data-original="{{.i18n.Tr "repo.copy_link"}}" data-success="{{.i18n.Tr "repo.copy_link_success"}}" data-error="{{.i18n.Tr "repo.copy_link_error"}}" data-content="{{.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-target="#repo-clone-url"> |
||||
<i class="octicon octicon-clippy"></i> |
||||
</button> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
|
||||
<div class="item"> |
||||
<h3>{{.i18n.Tr "repo.create_new_repo_command"}}</h3> |
||||
<div class="markdown"> |
||||
<pre><code>touch README.md |
||||
<div class="item"> |
||||
<h3>{{.i18n.Tr "repo.create_new_repo_command"}}</h3> |
||||
<div class="markdown"> |
||||
<pre><code>touch README.md |
||||
git init |
||||
git add README.md |
||||
git commit -m "first commit" |
||||
git remote add origin <span class="clone-url">{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}</span> |
||||
git push -u origin master</code></pre> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
|
||||
<div class="item"> |
||||
<h3>{{.i18n.Tr "repo.push_exist_repo"}}</h3> |
||||
<div class="markdown"> |
||||
<pre><code>git remote add origin <span class="clone-url">{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}</span> |
||||
<div class="item"> |
||||
<h3>{{.i18n.Tr "repo.push_exist_repo"}}</h3> |
||||
<div class="markdown"> |
||||
<pre><code>git remote add origin <span class="clone-url">{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}</span> |
||||
git push -u origin master</code></pre> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,8 +1,8 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository commits"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
{{template "repo/commits_table" .}} |
||||
</div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
{{template "repo/commits_table" .}} |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,70 +1,70 @@ |
||||
<h4 class="ui top attached header"> |
||||
{{.CommitCount}} {{.i18n.Tr "repo.commits.commits"}} {{if .Branch}}({{.Branch}}){{end}} |
||||
{{if .PageIsCommits}} |
||||
<div class="ui right"> |
||||
<form action="{{.RepoLink}}/commits/{{.BranchName}}/search"> |
||||
<div class="ui tiny search input"> |
||||
<input name="q" placeholder="{{.i18n.Tr "repo.commits.search"}}" value="{{.Keyword}}" autofocus> |
||||
</div> |
||||
<button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> |
||||
</form> |
||||
</div> |
||||
{{else if .IsDiffCompare}} |
||||
<a href="{{$.CommitRepoLink}}/commit/{{.BeforeCommitID}}" class="ui green sha label">{{ShortSha .BeforeCommitID}}</a> ... <a href="{{$.CommitRepoLink}}/commit/{{.AfterCommitID}}" class="ui green sha label">{{ShortSha .AfterCommitID}}</a> |
||||
{{end}} |
||||
{{.CommitCount}} {{.i18n.Tr "repo.commits.commits"}} {{if .Branch}}({{.Branch}}){{end}} |
||||
{{if .PageIsCommits}} |
||||
<div class="ui right"> |
||||
<form action="{{.RepoLink}}/commits/{{.BranchName}}/search"> |
||||
<div class="ui tiny search input"> |
||||
<input name="q" placeholder="{{.i18n.Tr "repo.commits.search"}}" value="{{.Keyword}}" autofocus> |
||||
</div> |
||||
<button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> |
||||
</form> |
||||
</div> |
||||
{{else if .IsDiffCompare}} |
||||
<a href="{{$.CommitRepoLink}}/commit/{{.BeforeCommitID}}" class="ui green sha label">{{ShortSha .BeforeCommitID}}</a> ... <a href="{{$.CommitRepoLink}}/commit/{{.AfterCommitID}}" class="ui green sha label">{{ShortSha .AfterCommitID}}</a> |
||||
{{end}} |
||||
</h4> |
||||
|
||||
{{if .Commits}} |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped fixed table single line" id="commits-table"> |
||||
<thead> |
||||
<tr> |
||||
<th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th> |
||||
<th class="nine wide message"><span class="sha">SHA1</span> {{.i18n.Tr "repo.commits.message"}}</th> |
||||
<th class="three wide right aligned">{{.i18n.Tr "repo.commits.date"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{ $r:= List .Commits}} |
||||
{{range $r}} |
||||
<tr> |
||||
<td class="author"> |
||||
{{if .User}} |
||||
<img class="ui avatar image" src="{{.User.AvatarLink}}" alt=""/> <a href="{{AppSubUrl}}/{{.User.Name}}">{{.Author.Name}}</a> |
||||
{{else}} |
||||
<img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/> {{.Author.Name}} |
||||
{{end}} |
||||
</td> |
||||
<td class="message collapsing"> |
||||
<a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.ID}}">{{ShortSha .ID.String}}</a> |
||||
{{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}} |
||||
</td> |
||||
<td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
<div class="ui attached table segment"> |
||||
<table class="ui very basic striped fixed table single line" id="commits-table"> |
||||
<thead> |
||||
<tr> |
||||
<th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th> |
||||
<th class="nine wide message"><span class="sha">SHA1</span> {{.i18n.Tr "repo.commits.message"}}</th> |
||||
<th class="three wide right aligned">{{.i18n.Tr "repo.commits.date"}}</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
{{ $r:= List .Commits}} |
||||
{{range $r}} |
||||
<tr> |
||||
<td class="author"> |
||||
{{if .User}} |
||||
<img class="ui avatar image" src="{{.User.AvatarLink}}" alt=""/> <a href="{{AppSubUrl}}/{{.User.Name}}">{{.Author.Name}}</a> |
||||
{{else}} |
||||
<img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/> {{.Author.Name}} |
||||
{{end}} |
||||
</td> |
||||
<td class="message collapsing"> |
||||
<a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.ID}}">{{ShortSha .ID.String}}</a> |
||||
{{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}} |
||||
</td> |
||||
<td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td> |
||||
</tr> |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
{{end}} |
||||
|
||||
{{with .Page}} |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.RepoLink}}/commits/{{$.BranchName}}{{if $.FileName}}/{{$.FileName}}{{end}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.RepoLink}}/commits/{{$.BranchName}}{{if $.FileName}}/{{$.FileName}}{{end}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.RepoLink}}/commits/{{$.BranchName}}{{if $.FileName}}/{{$.FileName}}{{end}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
{{if gt .TotalPages 1}} |
||||
<div class="center page buttons"> |
||||
<div class="ui borderless pagination menu"> |
||||
<a class="{{if not .HasPrevious}}disabled{{end}} item" {{if .HasPrevious}}href="{{$.RepoLink}}/commits/{{$.BranchName}}{{if $.FileName}}/{{$.FileName}}{{end}}?page={{.Previous}}"{{end}}> |
||||
<i class="left arrow icon"></i> {{$.i18n.Tr "repo.issues.previous"}} |
||||
</a> |
||||
{{range .Pages}} |
||||
{{if eq .Num -1}} |
||||
<a class="disabled item">...</a> |
||||
{{else}} |
||||
<a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.RepoLink}}/commits/{{$.BranchName}}{{if $.FileName}}/{{$.FileName}}{{end}}?page={{.Num}}"{{end}}>{{.Num}}</a> |
||||
{{end}} |
||||
{{end}} |
||||
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.RepoLink}}/commits/{{$.BranchName}}{{if $.FileName}}/{{$.FileName}}{{end}}?page={{.Next}}"{{end}}> |
||||
{{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
{{end}} |
@ -1,116 +1,116 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository new repo"> |
||||
<div class="ui middle very relaxed page grid"> |
||||
<div class="column"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<h3 class="ui top attached header"> |
||||
{{.i18n.Tr "new_repo"}} |
||||
</h3> |
||||
<div class="ui attached segment"> |
||||
{{template "base/alert" .}} |
||||
<div class="inline required field {{if .Err_Owner}}error{{end}}"> |
||||
<label>{{.i18n.Tr "repo.owner"}}</label> |
||||
<div class="ui selection owner dropdown"> |
||||
<input type="hidden" id="uid" name="uid" value="{{.ContextUser.Id}}" required> |
||||
<span class="text"> |
||||
<img class="ui mini image" src="{{.ContextUser.AvatarLink}}"> |
||||
{{.ContextUser.ShortName 20}} |
||||
</span> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="{{.SignedUser.Id}}"> |
||||
<img class="ui mini image" src="{{.SignedUser.AvatarLink}}"> |
||||
{{.SignedUser.ShortName 20}} |
||||
</div> |
||||
{{range .Orgs}} |
||||
<div class="item" data-value="{{.Id}}"> |
||||
<img class="ui mini image" src="{{.AvatarLink}}"> |
||||
{{.ShortName 20}} |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui middle very relaxed page grid"> |
||||
<div class="column"> |
||||
<form class="ui form" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<h3 class="ui top attached header"> |
||||
{{.i18n.Tr "new_repo"}} |
||||
</h3> |
||||
<div class="ui attached segment"> |
||||
{{template "base/alert" .}} |
||||
<div class="inline required field {{if .Err_Owner}}error{{end}}"> |
||||
<label>{{.i18n.Tr "repo.owner"}}</label> |
||||
<div class="ui selection owner dropdown"> |
||||
<input type="hidden" id="uid" name="uid" value="{{.ContextUser.Id}}" required> |
||||
<span class="text"> |
||||
<img class="ui mini image" src="{{.ContextUser.AvatarLink}}"> |
||||
{{.ContextUser.ShortName 20}} |
||||
</span> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="{{.SignedUser.Id}}"> |
||||
<img class="ui mini image" src="{{.SignedUser.AvatarLink}}"> |
||||
{{.SignedUser.ShortName 20}} |
||||
</div> |
||||
{{range .Orgs}} |
||||
<div class="item" data-value="{{.Id}}"> |
||||
<img class="ui mini image" src="{{.AvatarLink}}"> |
||||
{{.ShortName 20}} |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="inline required field {{if .Err_RepoName}}error{{end}}"> |
||||
<label for="repo_name">{{.i18n.Tr "repo.repo_name"}}</label> |
||||
<input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required> |
||||
<span class="help">{{.i18n.Tr "repo.repo_name_helper" | Safe}}</span> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.visibility"}}</label> |
||||
<div class="ui checkbox"> |
||||
{{if .IsForcedPrivate}} |
||||
<input name="private" type="checkbox" checked readonly> |
||||
<label>{{.i18n.Tr "repo.visiblity_helper_forced" | Safe}}</label> |
||||
{{else}} |
||||
<input name="private" type="checkbox" {{if .private}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="inline field {{if .Err_Description}}error{{end}}"> |
||||
<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label> |
||||
<textarea id="description" name="description">{{.description}}</textarea> |
||||
</div> |
||||
|
||||
<div class="ui divider"></div> |
||||
<div class="inline required field {{if .Err_RepoName}}error{{end}}"> |
||||
<label for="repo_name">{{.i18n.Tr "repo.repo_name"}}</label> |
||||
<input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required> |
||||
<span class="help">{{.i18n.Tr "repo.repo_name_helper" | Safe}}</span> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.visibility"}}</label> |
||||
<div class="ui checkbox"> |
||||
{{if .IsForcedPrivate}} |
||||
<input name="private" type="checkbox" checked readonly> |
||||
<label>{{.i18n.Tr "repo.visiblity_helper_forced" | Safe}}</label> |
||||
{{else}} |
||||
<input name="private" type="checkbox" {{if .private}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="inline field {{if .Err_Description}}error{{end}}"> |
||||
<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label> |
||||
<textarea id="description" name="description">{{.description}}</textarea> |
||||
</div> |
||||
|
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.repo_lang"}}</label> |
||||
<div class="ui multiple search normal selection dropdown"> |
||||
<input type="hidden" name="gitignores" value="{{.gitignores}}"> |
||||
<div class="default text">{{.i18n.Tr "repo.repo_lang_helper"}}</div> |
||||
<div class="menu"> |
||||
{{range .Gitignores}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.license"}}</label> |
||||
<div class="ui search selection dropdown"> |
||||
<input type="hidden" name="license" value="{{.license}}"> |
||||
<div class="default text">{{.i18n.Tr "repo.license_helper"}}</div> |
||||
<div class="menu"> |
||||
{{range .Licenses}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui divider"></div> |
||||
|
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.readme"}} <a target="_blank" href="https://github.com/gogits/go-gogs-client/wiki/Repositories#litte-notes-on-readme-template"><span class="octicon octicon-question"></span></a></label> |
||||
<div class="ui selection dropdown"> |
||||
<input type="hidden" name="readme" value="{{.readme}}"> |
||||
<div class="default text">{{.i18n.Tr "repo.readme_helper"}}</div> |
||||
<div class="menu"> |
||||
{{range .Readmes}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox" id="auto-init"> |
||||
<input class="hidden" name="auto_init" type="checkbox" tabindex="0" {{if .auto_init}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.auto_init"}}</label> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.repo_lang"}}</label> |
||||
<div class="ui multiple search normal selection dropdown"> |
||||
<input type="hidden" name="gitignores" value="{{.gitignores}}"> |
||||
<div class="default text">{{.i18n.Tr "repo.repo_lang_helper"}}</div> |
||||
<div class="menu"> |
||||
{{range .Gitignores}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.license"}}</label> |
||||
<div class="ui search selection dropdown"> |
||||
<input type="hidden" name="license" value="{{.license}}"> |
||||
<div class="default text">{{.i18n.Tr "repo.license_helper"}}</div> |
||||
<div class="menu"> |
||||
{{range .Licenses}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="inline field"> |
||||
<label></label> |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "repo.create_repo"}} |
||||
</button> |
||||
<a class="ui button" href="{{AppSubUrl}}/">{{.i18n.Tr "cancel"}}</a> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<label>{{.i18n.Tr "repo.readme"}} <a target="_blank" href="https://github.com/gogits/go-gogs-client/wiki/Repositories#litte-notes-on-readme-template"><span class="octicon octicon-question"></span></a></label> |
||||
<div class="ui selection dropdown"> |
||||
<input type="hidden" name="readme" value="{{.readme}}"> |
||||
<div class="default text">{{.i18n.Tr "repo.readme_helper"}}</div> |
||||
<div class="menu"> |
||||
{{range .Readmes}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="inline field"> |
||||
<div class="ui checkbox" id="auto-init"> |
||||
<input class="hidden" name="auto_init" type="checkbox" tabindex="0" {{if .auto_init}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.auto_init"}}</label> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="inline field"> |
||||
<label></label> |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "repo.create_repo"}} |
||||
</button> |
||||
<a class="ui button" href="{{AppSubUrl}}/">{{.i18n.Tr "cancel"}}</a> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,45 +1,45 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository diff"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
{{if .IsDiffCompare }} |
||||
{{template "repo/commits_table" .}} |
||||
{{else}} |
||||
<div class="ui top attached info clearing segment"> |
||||
<a class="ui floated right blue tiny button" href="{{EscapePound .SourcePath}}"> |
||||
{{.i18n.Tr "repo.diff.browse_source"}} |
||||
</a> |
||||
{{RenderCommitMessage true .Commit.Message $.RepoLink $.Repository.ComposeMetas}} |
||||
</div> |
||||
<div class="ui attached info segment"> |
||||
{{if .Author}} |
||||
<img class="ui avatar image" src="{{.Author.AvatarLink}}" /> |
||||
<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> |
||||
{{else}} |
||||
<img class="ui avatar image" src="{{AvatarLink .Commit.Author.Email}}" /> |
||||
<strong>{{.Commit.Author.Name}}</strong> |
||||
{{end}} |
||||
<span class="text grey" id="authored-time">{{TimeSince .Commit.Author.When $.Lang}}</span> |
||||
<div class="ui right"> |
||||
<div class="ui horizontal list"> |
||||
{{if .Parents}} |
||||
<div class="item"> |
||||
{{.i18n.Tr "repo.diff.parent"}} |
||||
</div> |
||||
<div class="item"> |
||||
{{range .Parents}} |
||||
<a class="ui blue sha label" href="{{$.RepoLink}}/commit/{{.}}">{{ShortSha .}}</a> |
||||
{{end}} |
||||
</div> |
||||
{{end}} |
||||
<div class="item">{{.i18n.Tr "repo.diff.commit"}}</div> |
||||
<div class="item"><span class="ui blue sha label">{{ShortSha .CommitID}}</span></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
|
||||
{{template "repo/diff_box" .}} |
||||
</div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
{{if .IsDiffCompare }} |
||||
{{template "repo/commits_table" .}} |
||||
{{else}} |
||||
<div class="ui top attached info clearing segment"> |
||||
<a class="ui floated right blue tiny button" href="{{EscapePound .SourcePath}}"> |
||||
{{.i18n.Tr "repo.diff.browse_source"}} |
||||
</a> |
||||
{{RenderCommitMessage true .Commit.Message $.RepoLink $.Repository.ComposeMetas}} |
||||
</div> |
||||
<div class="ui attached info segment"> |
||||
{{if .Author}} |
||||
<img class="ui avatar image" src="{{.Author.AvatarLink}}" /> |
||||
<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> |
||||
{{else}} |
||||
<img class="ui avatar image" src="{{AvatarLink .Commit.Author.Email}}" /> |
||||
<strong>{{.Commit.Author.Name}}</strong> |
||||
{{end}} |
||||
<span class="text grey" id="authored-time">{{TimeSince .Commit.Author.When $.Lang}}</span> |
||||
<div class="ui right"> |
||||
<div class="ui horizontal list"> |
||||
{{if .Parents}} |
||||
<div class="item"> |
||||
{{.i18n.Tr "repo.diff.parent"}} |
||||
</div> |
||||
<div class="item"> |
||||
{{range .Parents}} |
||||
<a class="ui blue sha label" href="{{$.RepoLink}}/commit/{{.}}">{{ShortSha .}}</a> |
||||
{{end}} |
||||
</div> |
||||
{{end}} |
||||
<div class="item">{{.i18n.Tr "repo.diff.commit"}}</div> |
||||
<div class="item"><span class="ui blue sha label">{{ShortSha .CommitID}}</span></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
|
||||
{{template "repo/diff_box" .}} |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,94 +1,94 @@ |
||||
{{if .DiffNotAvailable}} |
||||
<h4>{{.i18n.Tr "repo.diff.data_not_available"}}</h4> |
||||
<h4>{{.i18n.Tr "repo.diff.data_not_available"}}</h4> |
||||
{{else}} |
||||
<div class="diff-detail-box diff-box"> |
||||
<div> |
||||
<i class="fa fa-retweet"></i> |
||||
{{.i18n.Tr "repo.diff.stats_desc" .Diff.NumFiles .Diff.TotalAddition .Diff.TotalDeletion | Str2html}} |
||||
<div class="ui right"> |
||||
<a class="ui tiny basic black toggle button" data-target="#diff-files">{{.i18n.Tr "repo.diff.show_diff_stats"}}</a> |
||||
</div> |
||||
</div> |
||||
<ol class="detail-files hide" id="diff-files"> |
||||
{{range .Diff.Files}} |
||||
<li> |
||||
<div class="diff-counter count pull-right"> |
||||
{{if not .IsBin}} |
||||
<span class="add" data-line="{{.Addition}}">{{.Addition}}</span> |
||||
<span class="bar"> |
||||
<span class="pull-left add"></span> |
||||
<span class="pull-left del"></span> |
||||
</span> |
||||
<span class="del" data-line="{{.Deletion}}">{{.Deletion}}</span> |
||||
{{else}} |
||||
<span>{{$.i18n.Tr "repo.diff.bin"}}</span> |
||||
{{end}} |
||||
</div> |
||||
<!-- todo finish all file status, now modify, add, delete and rename --> |
||||
<span class="status {{DiffTypeToStr .Type}} poping up" data-content="{{DiffTypeToStr .Type}}" data-variation="inverted tiny" data-position="right center"> </span> |
||||
<a class="file" href="#diff-{{.Index}}">{{.Name}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ol> |
||||
</div> |
||||
<div class="diff-detail-box diff-box"> |
||||
<div> |
||||
<i class="fa fa-retweet"></i> |
||||
{{.i18n.Tr "repo.diff.stats_desc" .Diff.NumFiles .Diff.TotalAddition .Diff.TotalDeletion | Str2html}} |
||||
<div class="ui right"> |
||||
<a class="ui tiny basic black toggle button" data-target="#diff-files">{{.i18n.Tr "repo.diff.show_diff_stats"}}</a> |
||||
</div> |
||||
</div> |
||||
<ol class="detail-files hide" id="diff-files"> |
||||
{{range .Diff.Files}} |
||||
<li> |
||||
<div class="diff-counter count pull-right"> |
||||
{{if not .IsBin}} |
||||
<span class="add" data-line="{{.Addition}}">{{.Addition}}</span> |
||||
<span class="bar"> |
||||
<span class="pull-left add"></span> |
||||
<span class="pull-left del"></span> |
||||
</span> |
||||
<span class="del" data-line="{{.Deletion}}">{{.Deletion}}</span> |
||||
{{else}} |
||||
<span>{{$.i18n.Tr "repo.diff.bin"}}</span> |
||||
{{end}} |
||||
</div> |
||||
<!-- todo finish all file status, now modify, add, delete and rename --> |
||||
<span class="status {{DiffTypeToStr .Type}} poping up" data-content="{{DiffTypeToStr .Type}}" data-variation="inverted tiny" data-position="right center"> </span> |
||||
<a class="file" href="#diff-{{.Index}}">{{.Name}}</a> |
||||
</li> |
||||
{{end}} |
||||
</ol> |
||||
</div> |
||||
|
||||
{{range $i, $file := .Diff.Files}} |
||||
<div class="diff-file-box diff-box file-content" id="diff-{{.Index}}"> |
||||
<h4 class="ui top attached normal header"> |
||||
<div class="diff-counter count ui left"> |
||||
{{if $file.IsBin}} |
||||
{{$.i18n.Tr "repo.diff.bin"}} |
||||
{{else if not $file.IsRenamed}} |
||||
<span class="add" data-line="{{.Addition}}">+ {{.Addition}}</span> |
||||
<span class="bar"> |
||||
<span class="pull-left add"></span> |
||||
<span class="pull-left del"></span> |
||||
</span> |
||||
<span class="del" data-line="{{.Deletion}}">- {{.Deletion}}</span> |
||||
{{end}} |
||||
</div> |
||||
<span class="file">{{if $file.IsRenamed}}{{$file.OldName}} → {{end}}{{$file.Name}}</span> |
||||
<div class="ui right"> |
||||
{{if $file.IsDeleted}} |
||||
<a class="ui basic tiny button" rel="nofollow" href="{{EscapePound $.BeforeSourcePath}}/{{EscapePound .Name}}">{{$.i18n.Tr "repo.diff.view_file"}}</a> |
||||
{{else}} |
||||
<a class="ui basic tiny button" rel="nofollow" href="{{EscapePound $.SourcePath}}/{{EscapePound .Name}}">{{$.i18n.Tr "repo.diff.view_file"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
{{if not $file.IsRenamed}} |
||||
{{$isImage := (call $.IsImageFile $file.Name)}} |
||||
{{if and $isImage}} |
||||
<div class="center"> |
||||
<img src="{{$.RawPath}}/{{EscapePound .Name}}"> |
||||
</div> |
||||
{{else}} |
||||
<div class="file-body file-code code-view code-diff"> |
||||
<table> |
||||
<tbody> |
||||
{{range .Sections}} |
||||
{{range $k, $line := .Lines}} |
||||
<tr class="{{DiffLineTypeToStr .Type}}-code nl-{{$k}} ol-{{$k}}"> |
||||
<td class="lines-num lines-num-old"> |
||||
<span rel="{{if $line.LeftIdx}}diff-{{Sha1 $file.Name}}L{{$line.LeftIdx}}{{end}}">{{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}}</span> |
||||
</td> |
||||
<td class="lines-num lines-num-new"> |
||||
<span rel="{{if $line.RightIdx}}diff-{{Sha1 $file.Name}}R{{$line.RightIdx}}{{end}}">{{if $line.RightIdx}}{{$line.RightIdx}}{{end}}</span> |
||||
</td> |
||||
<td class="lines-code"> |
||||
<pre>{{$line.Content}}</pre> |
||||
</td> |
||||
</tr> |
||||
{{end}} |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<br> |
||||
{{range $i, $file := .Diff.Files}} |
||||
<div class="diff-file-box diff-box file-content" id="diff-{{.Index}}"> |
||||
<h4 class="ui top attached normal header"> |
||||
<div class="diff-counter count ui left"> |
||||
{{if $file.IsBin}} |
||||
{{$.i18n.Tr "repo.diff.bin"}} |
||||
{{else if not $file.IsRenamed}} |
||||
<span class="add" data-line="{{.Addition}}">+ {{.Addition}}</span> |
||||
<span class="bar"> |
||||
<span class="pull-left add"></span> |
||||
<span class="pull-left del"></span> |
||||
</span> |
||||
<span class="del" data-line="{{.Deletion}}">- {{.Deletion}}</span> |
||||
{{end}} |
||||
</div> |
||||
<span class="file">{{if $file.IsRenamed}}{{$file.OldName}} → {{end}}{{$file.Name}}</span> |
||||
<div class="ui right"> |
||||
{{if $file.IsDeleted}} |
||||
<a class="ui basic tiny button" rel="nofollow" href="{{EscapePound $.BeforeSourcePath}}/{{EscapePound .Name}}">{{$.i18n.Tr "repo.diff.view_file"}}</a> |
||||
{{else}} |
||||
<a class="ui basic tiny button" rel="nofollow" href="{{EscapePound $.SourcePath}}/{{EscapePound .Name}}">{{$.i18n.Tr "repo.diff.view_file"}}</a> |
||||
{{end}} |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
{{if not $file.IsRenamed}} |
||||
{{$isImage := (call $.IsImageFile $file.Name)}} |
||||
{{if and $isImage}} |
||||
<div class="center"> |
||||
<img src="{{$.RawPath}}/{{EscapePound .Name}}"> |
||||
</div> |
||||
{{else}} |
||||
<div class="file-body file-code code-view code-diff"> |
||||
<table> |
||||
<tbody> |
||||
{{range .Sections}} |
||||
{{range $k, $line := .Lines}} |
||||
<tr class="{{DiffLineTypeToStr .Type}}-code nl-{{$k}} ol-{{$k}}"> |
||||
<td class="lines-num lines-num-old"> |
||||
<span rel="{{if $line.LeftIdx}}diff-{{Sha1 $file.Name}}L{{$line.LeftIdx}}{{end}}">{{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}}</span> |
||||
</td> |
||||
<td class="lines-num lines-num-new"> |
||||
<span rel="{{if $line.RightIdx}}diff-{{Sha1 $file.Name}}R{{$line.RightIdx}}{{end}}">{{if $line.RightIdx}}{{$line.RightIdx}}{{end}}</span> |
||||
</td> |
||||
<td class="lines-code"> |
||||
<pre>{{$line.Content}}</pre> |
||||
</td> |
||||
</tr> |
||||
{{end}} |
||||
{{end}} |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<br> |
||||
{{end}} |
||||
{{end}} |
||||
{{end}} |
@ -1,22 +1,22 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository forks"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<h2 class="ui dividing header"> |
||||
{{.i18n.Tr "repo.forks"}} |
||||
</h2> |
||||
<div class="ui list"> |
||||
{{range .Forks}} |
||||
<div class="item"> |
||||
<img class="ui avatar image" src="{{.Owner.AvatarLink}}"> |
||||
<div class="link"> |
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a> |
||||
/ |
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<h2 class="ui dividing header"> |
||||
{{.i18n.Tr "repo.forks"}} |
||||
</h2> |
||||
<div class="ui list"> |
||||
{{range .Forks}} |
||||
<div class="item"> |
||||
<img class="ui avatar image" src="{{.Owner.AvatarLink}}"> |
||||
<div class="link"> |
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a> |
||||
/ |
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
@ -1,87 +1,87 @@ |
||||
{{with .Repository}} |
||||
<div class="ui container"><!-- start container --> |
||||
<div class="ui vertically padded grid head"><!-- start grid --> |
||||
<div class="column"><!-- start column --> |
||||
<div class="ui header"> |
||||
<div class="ui huge breadcrumb"> |
||||
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i> |
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a> |
||||
<div class="divider"> / </div> |
||||
<a href="{{$.RepoLink}}">{{.Name}}</a> |
||||
{{if .IsMirror}}<div class="ui label">{{$.i18n.Tr "mirror"}}</div>{{end}} |
||||
{{if .IsFork}}<div class="fork-flag">{{$.i18n.Tr "repo.forked_from"}} <a href="{{.BaseRepo.RepoLink}}">{{SubStr .BaseRepo.RepoLink 1 -1}}</a></div>{{end}} |
||||
</div> |
||||
<div class="ui container"><!-- start container --> |
||||
<div class="ui vertically padded grid head"><!-- start grid --> |
||||
<div class="column"><!-- start column --> |
||||
<div class="ui header"> |
||||
<div class="ui huge breadcrumb"> |
||||
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i> |
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a> |
||||
<div class="divider"> / </div> |
||||
<a href="{{$.RepoLink}}">{{.Name}}</a> |
||||
{{if .IsMirror}}<div class="ui label">{{$.i18n.Tr "mirror"}}</div>{{end}} |
||||
{{if .IsFork}}<div class="fork-flag">{{$.i18n.Tr "repo.forked_from"}} <a href="{{.BaseRepo.RepoLink}}">{{SubStr .BaseRepo.RepoLink 1 -1}}</a></div>{{end}} |
||||
</div> |
||||
|
||||
<div class="ui right"> |
||||
<div class="ui labeled button" tabindex="0"> |
||||
<a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}"> |
||||
<i class="icon fa fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}} |
||||
</a> |
||||
<a class="ui basic label" href="{{.RepoLink}}/watchers"> |
||||
{{.NumWatches}} |
||||
</a> |
||||
</div> |
||||
<div class="ui labeled button" tabindex="0"> |
||||
<a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}"> |
||||
<i class="icon fa-star{{if not $.IsStaringRepo}}-o{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}} |
||||
</a> |
||||
<a class="ui basic label" href="{{.RepoLink}}/stars"> |
||||
{{.NumStars}} |
||||
</a> |
||||
</div> |
||||
{{if .CanBeForked}} |
||||
<div class="ui labeled button" tabindex="0"> |
||||
<a class="ui button {{if eq .OwnerID $.SignedUserID}}poping up{{end}}" {{if not (eq .OwnerID $.SignedUserID)}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}> |
||||
<i class="icon octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}} |
||||
</a> |
||||
<a class="ui basic label" href="{{.RepoLink}}/forks"> |
||||
{{.NumForks}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div><!-- end column --> |
||||
</div><!-- end grid --> |
||||
</div><!-- end container --> |
||||
<div class="ui right"> |
||||
<div class="ui labeled button" tabindex="0"> |
||||
<a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}"> |
||||
<i class="icon fa fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}} |
||||
</a> |
||||
<a class="ui basic label" href="{{.RepoLink}}/watchers"> |
||||
{{.NumWatches}} |
||||
</a> |
||||
</div> |
||||
<div class="ui labeled button" tabindex="0"> |
||||
<a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}"> |
||||
<i class="icon fa-star{{if not $.IsStaringRepo}}-o{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}} |
||||
</a> |
||||
<a class="ui basic label" href="{{.RepoLink}}/stars"> |
||||
{{.NumStars}} |
||||
</a> |
||||
</div> |
||||
{{if .CanBeForked}} |
||||
<div class="ui labeled button" tabindex="0"> |
||||
<a class="ui button {{if eq .OwnerID $.SignedUserID}}poping up{{end}}" {{if not (eq .OwnerID $.SignedUserID)}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}> |
||||
<i class="icon octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}} |
||||
</a> |
||||
<a class="ui basic label" href="{{.RepoLink}}/forks"> |
||||
{{.NumForks}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div><!-- end column --> |
||||
</div><!-- end grid --> |
||||
</div><!-- end container --> |
||||
{{end}} |
||||
{{if not (or .IsBareRepo .IsDiffCompare)}} |
||||
<div class="ui tabs container"> |
||||
<div class="ui tabular menu navbar"> |
||||
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}"> |
||||
<i class="icon octicon octicon-code"></i> {{.i18n.Tr "repo.code"}} |
||||
</a> |
||||
{{if .Repository.EnableIssues}} |
||||
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues"> |
||||
<i class="icon octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} <span class="ui {{if not .Repository.NumOpenIssues}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenIssues}}</span> |
||||
</a> |
||||
{{end}} |
||||
{{if .Repository.EnablePulls}} |
||||
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls"> |
||||
<i class="icon octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.pulls"}} <span class="ui {{if not .Repository.NumOpenPulls}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenPulls}}</span> |
||||
</a> |
||||
{{end}} |
||||
<a class="{{if .PageIsCommits}}active{{end}} item" href="{{.RepoLink}}/commits/{{EscapePound .BranchName}}"> |
||||
<i class="icon octicon octicon-history"></i> {{.i18n.Tr "repo.commits"}} <span class="ui {{if not .CommitsCount}}gray{{else}}blue{{end}} small label">{{.CommitsCount}}</span> |
||||
</a> |
||||
<a class="{{if .PageIsReleaseList}}active{{end}} item" href="{{.RepoLink}}/releases"> |
||||
<i class="icon octicon octicon-tag"></i> {{.i18n.Tr "repo.releases"}} <span class="ui {{if not .Repository.NumTags}}gray{{else}}blue{{end}} small label">{{.Repository.NumTags}}</span> |
||||
</a> |
||||
{{if .Repository.EnableWiki}} |
||||
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki"> |
||||
<i class="icon octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}} |
||||
</a> |
||||
{{end}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<div class="right menu"> |
||||
<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> |
||||
<i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="ui tabs divider"></div> |
||||
<div class="ui tabs container"> |
||||
<div class="ui tabular menu navbar"> |
||||
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}"> |
||||
<i class="icon octicon octicon-code"></i> {{.i18n.Tr "repo.code"}} |
||||
</a> |
||||
{{if .Repository.EnableIssues}} |
||||
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues"> |
||||
<i class="icon octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} <span class="ui {{if not .Repository.NumOpenIssues}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenIssues}}</span> |
||||
</a> |
||||
{{end}} |
||||
{{if .Repository.EnablePulls}} |
||||
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls"> |
||||
<i class="icon octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.pulls"}} <span class="ui {{if not .Repository.NumOpenPulls}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenPulls}}</span> |
||||
</a> |
||||
{{end}} |
||||
<a class="{{if .PageIsCommits}}active{{end}} item" href="{{.RepoLink}}/commits/{{EscapePound .BranchName}}"> |
||||
<i class="icon octicon octicon-history"></i> {{.i18n.Tr "repo.commits"}} <span class="ui {{if not .CommitsCount}}gray{{else}}blue{{end}} small label">{{.CommitsCount}}</span> |
||||
</a> |
||||
<a class="{{if .PageIsReleaseList}}active{{end}} item" href="{{.RepoLink}}/releases"> |
||||
<i class="icon octicon octicon-tag"></i> {{.i18n.Tr "repo.releases"}} <span class="ui {{if not .Repository.NumTags}}gray{{else}}blue{{end}} small label">{{.Repository.NumTags}}</span> |
||||
</a> |
||||
{{if .Repository.EnableWiki}} |
||||
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki"> |
||||
<i class="icon octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}} |
||||
</a> |
||||
{{end}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<div class="right menu"> |
||||
<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> |
||||
<i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="ui tabs divider"></div> |
||||
{{else}} |
||||
<div class="ui divider"></div> |
||||
<div class="ui divider"></div> |
||||
{{end}} |
||||
|
@ -1,111 +1,111 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository file list"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<p id="repo-desc"> |
||||
{{if .Repository.DescriptionHtml}}<span class="description">{{.Repository.DescriptionHtml}}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}} |
||||
<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> |
||||
</p> |
||||
<div class="ui secondary menu"> |
||||
{{if .CanPullRequest}} |
||||
<div class="fitted item"> |
||||
{{ $baseRepo := .Repository.BaseRepo}} |
||||
<a href="{{AppSubUrl}}/{{$baseRepo.Owner.Name}}/{{$baseRepo.Name}}/compare/{{$.BaseDefaultBranch}}...{{$.Owner.Name}}:{{$.BranchName}}"> |
||||
<button class="ui green small button"><i class="octicon octicon-git-compare"></i></button> |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
<div class="fitted item choose reference"> |
||||
<div class="ui floating filter dropdown" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}"> |
||||
<div class="ui basic small button"> |
||||
<span class="text"> |
||||
<i class="octicon octicon-git-branch"></i> |
||||
{{if .IsViewBranch}}{{.i18n.Tr "repo.branch"}}{{else}}{{.i18n.Tr "repo.tree"}}{{end}}: |
||||
<strong>{{if .IsViewBranch}}{{.BranchName}}{{else}}{{ShortSha .BranchName}}{{end}}</strong> |
||||
</span> |
||||
<i class="dropdown icon"></i> |
||||
</div> |
||||
<div class="menu"> |
||||
<div class="ui icon search input"> |
||||
<i class="filter icon"></i> |
||||
<input name="search" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}..."> |
||||
</div> |
||||
<div class="header"> |
||||
<div class="ui grid"> |
||||
<div class="two column row"> |
||||
<a class="reference column" href="#" data-target="#branch-list"> |
||||
<span class="text {{if .IsViewBranch}}black{{end}}"> |
||||
<i class="icon octicon octicon-git-branch"></i> {{.i18n.Tr "repo.branches"}} |
||||
</span> |
||||
</a> |
||||
<a class="reference column" href="#" data-target="#tag-list"> |
||||
<span class="text {{if .IsTag}}black{{end}}"> |
||||
<i class="reference tags icon"></i> {{.i18n.Tr "repo.tags"}} |
||||
</span> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div id="branch-list" class="scrolling menu" {{if .IsTag}}style="display: none"{{end}}> |
||||
{{range .Branches}} |
||||
<div class="item {{if eq $.BranchName .}}selected{{end}}" data-url="{{$.RepoLink}}/src/{{EscapePound .}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
<div id="tag-list" class="scrolling menu" {{if .IsViewBranch}}style="display: none"{{end}}> |
||||
{{range .Tags}} |
||||
<div class="item {{if eq $.BranchName .}}selected{{end}}" data-url="{{$.RepoLink}}/src/{{EscapePound .}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="item fitted"> |
||||
<div class="ui breadcrumb"> |
||||
<a class="section" href="{{.RepoLink}}/src/{{EscapePound .BranchName}}">{{.Repository.Name}}</a> |
||||
{{ $n := len .Treenames}} |
||||
{{ $l := Subtract $n 1}} |
||||
{{range $i, $v := .Treenames}} |
||||
<div class="divider"> / </div> |
||||
{{if eq $i $l}} |
||||
<span class="active section">{{$v}}</span> |
||||
{{else}} |
||||
{{ $p := index $.Paths $i}} |
||||
<span class="section"><a href="{{EscapePound $.BranchLink}}/{{EscapePound $p}}">{{$v}}</a></span> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{if eq $n 0}} |
||||
<div class="right fitted item"> |
||||
<div class="ui action small input" id="clone-panel"> |
||||
{{if not $.DisableSSH}} |
||||
<button class="ui blue basic clone button" id="repo-clone-ssh" data-link="{{.CloneLink.SSH}}"> |
||||
SSH |
||||
</button> |
||||
{{end}} |
||||
<button class="ui {{if $.DisableSSH}}blue{{end}} basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |
||||
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}} |
||||
</button> |
||||
<input id="repo-clone-url" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" readonly> |
||||
<button class="ui basic icon button poping up clipboard" id="clipboard-btn" data-original="{{.i18n.Tr "repo.copy_link"}}" data-success="{{.i18n.Tr "repo.copy_link_success"}}" data-error="{{.i18n.Tr "repo.copy_link_error"}}" data-content="{{.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-target="#repo-clone-url"> |
||||
<i class="octicon octicon-clippy"></i> |
||||
</button> |
||||
<div class="ui basic jump dropdown icon button"> |
||||
<i class="download icon"></i> |
||||
<div class="menu"> |
||||
<a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.zip"><i class="icon octicon octicon-file-zip"></i> ZIP</a> |
||||
<a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.tar.gz"><i class="icon octicon octicon-file-zip"></i> TAR.GZ</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{if .IsFile}} |
||||
{{template "repo/view_file" .}} |
||||
{{else}} |
||||
{{template "repo/view_list" .}} |
||||
{{end}} |
||||
</div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<p id="repo-desc"> |
||||
{{if .Repository.DescriptionHtml}}<span class="description">{{.Repository.DescriptionHtml}}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}} |
||||
<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> |
||||
</p> |
||||
<div class="ui secondary menu"> |
||||
{{if .CanPullRequest}} |
||||
<div class="fitted item"> |
||||
{{ $baseRepo := .Repository.BaseRepo}} |
||||
<a href="{{AppSubUrl}}/{{$baseRepo.Owner.Name}}/{{$baseRepo.Name}}/compare/{{$.BaseDefaultBranch}}...{{$.Owner.Name}}:{{$.BranchName}}"> |
||||
<button class="ui green small button"><i class="octicon octicon-git-compare"></i></button> |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
<div class="fitted item choose reference"> |
||||
<div class="ui floating filter dropdown" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}"> |
||||
<div class="ui basic small button"> |
||||
<span class="text"> |
||||
<i class="octicon octicon-git-branch"></i> |
||||
{{if .IsViewBranch}}{{.i18n.Tr "repo.branch"}}{{else}}{{.i18n.Tr "repo.tree"}}{{end}}: |
||||
<strong>{{if .IsViewBranch}}{{.BranchName}}{{else}}{{ShortSha .BranchName}}{{end}}</strong> |
||||
</span> |
||||
<i class="dropdown icon"></i> |
||||
</div> |
||||
<div class="menu"> |
||||
<div class="ui icon search input"> |
||||
<i class="filter icon"></i> |
||||
<input name="search" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}..."> |
||||
</div> |
||||
<div class="header"> |
||||
<div class="ui grid"> |
||||
<div class="two column row"> |
||||
<a class="reference column" href="#" data-target="#branch-list"> |
||||
<span class="text {{if .IsViewBranch}}black{{end}}"> |
||||
<i class="icon octicon octicon-git-branch"></i> {{.i18n.Tr "repo.branches"}} |
||||
</span> |
||||
</a> |
||||
<a class="reference column" href="#" data-target="#tag-list"> |
||||
<span class="text {{if .IsTag}}black{{end}}"> |
||||
<i class="reference tags icon"></i> {{.i18n.Tr "repo.tags"}} |
||||
</span> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div id="branch-list" class="scrolling menu" {{if .IsTag}}style="display: none"{{end}}> |
||||
{{range .Branches}} |
||||
<div class="item {{if eq $.BranchName .}}selected{{end}}" data-url="{{$.RepoLink}}/src/{{EscapePound .}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
<div id="tag-list" class="scrolling menu" {{if .IsViewBranch}}style="display: none"{{end}}> |
||||
{{range .Tags}} |
||||
<div class="item {{if eq $.BranchName .}}selected{{end}}" data-url="{{$.RepoLink}}/src/{{EscapePound .}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="item fitted"> |
||||
<div class="ui breadcrumb"> |
||||
<a class="section" href="{{.RepoLink}}/src/{{EscapePound .BranchName}}">{{.Repository.Name}}</a> |
||||
{{ $n := len .Treenames}} |
||||
{{ $l := Subtract $n 1}} |
||||
{{range $i, $v := .Treenames}} |
||||
<div class="divider"> / </div> |
||||
{{if eq $i $l}} |
||||
<span class="active section">{{$v}}</span> |
||||
{{else}} |
||||
{{ $p := index $.Paths $i}} |
||||
<span class="section"><a href="{{EscapePound $.BranchLink}}/{{EscapePound $p}}">{{$v}}</a></span> |
||||
{{end}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{if eq $n 0}} |
||||
<div class="right fitted item"> |
||||
<div class="ui action small input" id="clone-panel"> |
||||
{{if not $.DisableSSH}} |
||||
<button class="ui blue basic clone button" id="repo-clone-ssh" data-link="{{.CloneLink.SSH}}"> |
||||
SSH |
||||
</button> |
||||
{{end}} |
||||
<button class="ui {{if $.DisableSSH}}blue{{end}} basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |
||||
{{if UseHTTPS}}HTTPS{{else}}HTTP{{end}} |
||||
</button> |
||||
<input id="repo-clone-url" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" readonly> |
||||
<button class="ui basic icon button poping up clipboard" id="clipboard-btn" data-original="{{.i18n.Tr "repo.copy_link"}}" data-success="{{.i18n.Tr "repo.copy_link_success"}}" data-error="{{.i18n.Tr "repo.copy_link_error"}}" data-content="{{.i18n.Tr "repo.copy_link"}}" data-variation="inverted tiny" data-clipboard-target="#repo-clone-url"> |
||||
<i class="octicon octicon-clippy"></i> |
||||
</button> |
||||
<div class="ui basic jump dropdown icon button"> |
||||
<i class="download icon"></i> |
||||
<div class="menu"> |
||||
<a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.zip"><i class="icon octicon octicon-file-zip"></i> ZIP</a> |
||||
<a class="item" href="{{$.RepoLink}}/archive/{{EscapePound $.BranchName}}.tar.gz"><i class="icon octicon octicon-file-zip"></i> TAR.GZ</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{if .IsFile}} |
||||
{{template "repo/view_file" .}} |
||||
{{else}} |
||||
{{template "repo/view_list" .}} |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,16 +1,16 @@ |
||||
<div class="field"> |
||||
<div class="ui top attached tabular menu" data-write="write" data-preview="preview"> |
||||
<a class="active item" data-tab="write">{{.i18n.Tr "repo.release.write"}}</a> |
||||
<a class="item" data-tab="preview" data-url="{{AppSubUrl}}/api/v1/markdown" data-context="{{.RepoLink}}">{{.i18n.Tr "repo.release.preview"}}</a> |
||||
</div> |
||||
<div class="ui bottom attached active tab segment" data-tab="write"> |
||||
<textarea id="content" name="content" tabindex="4"></textarea> |
||||
</div> |
||||
<div class="ui bottom attached tab segment markdown" data-tab="preview"> |
||||
{{.i18n.Tr "repo.release.loading"}} |
||||
</div> |
||||
<div class="ui top attached tabular menu" data-write="write" data-preview="preview"> |
||||
<a class="active item" data-tab="write">{{.i18n.Tr "repo.release.write"}}</a> |
||||
<a class="item" data-tab="preview" data-url="{{AppSubUrl}}/api/v1/markdown" data-context="{{.RepoLink}}">{{.i18n.Tr "repo.release.preview"}}</a> |
||||
</div> |
||||
<div class="ui bottom attached active tab segment" data-tab="write"> |
||||
<textarea id="content" name="content" tabindex="4"></textarea> |
||||
</div> |
||||
<div class="ui bottom attached tab segment markdown" data-tab="preview"> |
||||
{{.i18n.Tr "repo.release.loading"}} |
||||
</div> |
||||
</div> |
||||
{{if .IsAttachmentEnabled}} |
||||
<div class="attachments"></div> |
||||
<div class="ui basic button dropzone" id="dropzone" data-upload-url="{{AppSubUrl}}/issues/attachments" data-accepts="{{.AttachmentAllowedTypes}}" data-max-file="{{.AttachmentMaxFiles}}" data-max-size="{{.AttachmentMaxSize}}" data-default-message="{{.i18n.Tr "dropzone.default_message"}}" data-invalid-input-type="{{.i18n.Tr "dropzone.invalid_input_type"}}" data-file-too-big="{{.i18n.Tr "dropzone.file_too_big"}}" data-remove-file="{{.i18n.Tr "dropzone.remove_file"}}"></div> |
||||
{{end}} |
||||
<div class="attachments"></div> |
||||
<div class="ui basic button dropzone" id="dropzone" data-upload-url="{{AppSubUrl}}/issues/attachments" data-accepts="{{.AttachmentAllowedTypes}}" data-max-file="{{.AttachmentMaxFiles}}" data-max-size="{{.AttachmentMaxSize}}" data-default-message="{{.i18n.Tr "dropzone.default_message"}}" data-invalid-input-type="{{.i18n.Tr "dropzone.invalid_input_type"}}" data-file-too-big="{{.i18n.Tr "dropzone.file_too_big"}}" data-remove-file="{{.i18n.Tr "dropzone.remove_file"}}"></div> |
||||
{{end}} |
||||
|
@ -1,4 +1,4 @@ |
||||
<div class="ui compact small menu"> |
||||
<a class="{{if .PageIsLabels}}active{{end}} item" href="{{.RepoLink}}/labels">{{.i18n.Tr "repo.labels"}}</a> |
||||
<a class="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a> |
||||
</div> |
||||
<a class="{{if .PageIsLabels}}active{{end}} item" href="{{.RepoLink}}/labels">{{.i18n.Tr "repo.labels"}}</a> |
||||
<a class="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a> |
||||
</div> |
||||
|
@ -1,17 +1,17 @@ |
||||
<div class="ui top attached pull tabular menu"> |
||||
<a class="item {{if .PageIsPullConversation}}active{{end}}" href="{{.RepoLink}}/pulls/{{.Issue.Index}}"> |
||||
<span class="octicon octicon-comment-discussion"></span> |
||||
{{$.i18n.Tr "repo.pulls.tab_conversation"}} |
||||
<span class="ui label">{{.Issue.NumComments}}</span> |
||||
</a> |
||||
<a class="item {{if .PageIsPullCommits}}active{{end}}" {{if .NumCommits}}href="{{.RepoLink}}/pulls/{{.Issue.Index}}/commits"{{end}}> |
||||
<span class="octicon octicon-git-commit"></span> |
||||
{{$.i18n.Tr "repo.pulls.tab_commits"}} |
||||
<span class="ui label">{{if .NumCommits}}{{.NumCommits}}{{else}}N/A{{end}}</span> |
||||
</a> |
||||
<a class="item {{if .PageIsPullFiles}}active{{end}}" {{if .NumFiles}}href="{{.RepoLink}}/pulls/{{.Issue.Index}}/files"{{end}}> |
||||
<span class="octicon octicon-diff"></span> |
||||
{{$.i18n.Tr "repo.pulls.tab_files"}} |
||||
<span class="ui label">{{if .NumFiles}}{{.NumFiles}}{{else}}N/A{{end}}</span> |
||||
</a> |
||||
</div> |
||||
<a class="item {{if .PageIsPullConversation}}active{{end}}" href="{{.RepoLink}}/pulls/{{.Issue.Index}}"> |
||||
<span class="octicon octicon-comment-discussion"></span> |
||||
{{$.i18n.Tr "repo.pulls.tab_conversation"}} |
||||
<span class="ui label">{{.Issue.NumComments}}</span> |
||||
</a> |
||||
<a class="item {{if .PageIsPullCommits}}active{{end}}" {{if .NumCommits}}href="{{.RepoLink}}/pulls/{{.Issue.Index}}/commits"{{end}}> |
||||
<span class="octicon octicon-git-commit"></span> |
||||
{{$.i18n.Tr "repo.pulls.tab_commits"}} |
||||
<span class="ui label">{{if .NumCommits}}{{.NumCommits}}{{else}}N/A{{end}}</span> |
||||
</a> |
||||
<a class="item {{if .PageIsPullFiles}}active{{end}}" {{if .NumFiles}}href="{{.RepoLink}}/pulls/{{.Issue.Index}}/files"{{end}}> |
||||
<span class="octicon octicon-diff"></span> |
||||
{{$.i18n.Tr "repo.pulls.tab_files"}} |
||||
<span class="ui label">{{if .NumFiles}}{{.NumFiles}}{{else}}N/A{{end}}</span> |
||||
</a> |
||||
</div> |
||||
|
@ -1,80 +1,80 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository release"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
<h2 class="ui header"> |
||||
{{.i18n.Tr "repo.release.releases"}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<div class="ui right"> |
||||
<a class="ui small green button" href="{{$.RepoLink}}/releases/new"> |
||||
{{.i18n.Tr "repo.release.new_release"}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</h2> |
||||
<ul id="release-list"> |
||||
{{range .Releases}} |
||||
<li class="ui grid"> |
||||
<div class="ui four wide column meta"> |
||||
{{if .PublisherID}} |
||||
{{if .IsDraft}} |
||||
<span class="ui yellow label">{{$.i18n.Tr "repo.release.draft"}}</span> |
||||
{{else if .IsPrerelease}} |
||||
<span class="ui orange label">{{$.i18n.Tr "repo.release.prerelease"}}</span> |
||||
{{else}} |
||||
<span class="ui green label">{{$.i18n.Tr "repo.release.stable"}}</span> |
||||
{{end}} |
||||
<span class="tag text blue"> |
||||
<a href="{{$.RepoLink}}/src/{{.TagName}}" rel="nofollow"><i class="tag icon"></i> {{.TagName}}</a> |
||||
</span> |
||||
{{end}} |
||||
<span class="commit"> |
||||
<a href="{{$.RepoLink}}/src/{{.Sha1}}" rel="nofollow"><i class="code icon"></i> {{ShortSha .Sha1}}</a> |
||||
</span> |
||||
</div> |
||||
<div class="ui twelve wide column detail"> |
||||
{{if .PublisherID}} |
||||
<h3> |
||||
<a href="{{$.RepoLink}}/src/{{.TagName}}">{{.Title}}</a> |
||||
{{if $.IsRepositoryAdmin}}<small>(<a href="{{$.RepoLink}}/releases/edit/{{.TagName}}" rel="nofollow">{{$.i18n.Tr "repo.release.edit"}}</a>)</small>{{end}} |
||||
</h3> |
||||
<p class="text grey"> |
||||
<span class="author"> |
||||
<img class="img-10" src="{{.Publisher.AvatarLink}}"> |
||||
<a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.Name}}</a> |
||||
</span> |
||||
{{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}} |
||||
<span class="ahead">{{$.i18n.Tr "repo.release.ahead" .NumCommitsBehind .Target | Str2html}}</span> |
||||
</p> |
||||
<div class="markdown desc"> |
||||
{{Str2html .Note}} |
||||
</div> |
||||
<div class="download"> |
||||
<h2>{{$.i18n.Tr "repo.release.downloads"}}</h2> |
||||
<ul class="list"> |
||||
<li> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="icon octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (ZIP)</a> |
||||
</li> |
||||
<li> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="icon octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (TAR.GZ)</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
{{else}} |
||||
<h4> |
||||
<a href="{{$.RepoLink}}/src/{{.TagName}}" rel="nofollow"><i class="tag icon"></i> {{.TagName}}</a> |
||||
</h4> |
||||
<div class="download"> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="octicon octicon-file-zip"></i> ZIP</a> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="octicon octicon-file-zip"></i> TAR.GZ</a> |
||||
</div> |
||||
{{end}} |
||||
<span class="dot"> </span> |
||||
</div> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
{{template "base/alert" .}} |
||||
<h2 class="ui header"> |
||||
{{.i18n.Tr "repo.release.releases"}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<div class="ui right"> |
||||
<a class="ui small green button" href="{{$.RepoLink}}/releases/new"> |
||||
{{.i18n.Tr "repo.release.new_release"}} |
||||
</a> |
||||
</div> |
||||
{{end}} |
||||
</h2> |
||||
<ul id="release-list"> |
||||
{{range .Releases}} |
||||
<li class="ui grid"> |
||||
<div class="ui four wide column meta"> |
||||
{{if .PublisherID}} |
||||
{{if .IsDraft}} |
||||
<span class="ui yellow label">{{$.i18n.Tr "repo.release.draft"}}</span> |
||||
{{else if .IsPrerelease}} |
||||
<span class="ui orange label">{{$.i18n.Tr "repo.release.prerelease"}}</span> |
||||
{{else}} |
||||
<span class="ui green label">{{$.i18n.Tr "repo.release.stable"}}</span> |
||||
{{end}} |
||||
<span class="tag text blue"> |
||||
<a href="{{$.RepoLink}}/src/{{.TagName}}" rel="nofollow"><i class="tag icon"></i> {{.TagName}}</a> |
||||
</span> |
||||
{{end}} |
||||
<span class="commit"> |
||||
<a href="{{$.RepoLink}}/src/{{.Sha1}}" rel="nofollow"><i class="code icon"></i> {{ShortSha .Sha1}}</a> |
||||
</span> |
||||
</div> |
||||
<div class="ui twelve wide column detail"> |
||||
{{if .PublisherID}} |
||||
<h3> |
||||
<a href="{{$.RepoLink}}/src/{{.TagName}}">{{.Title}}</a> |
||||
{{if $.IsRepositoryAdmin}}<small>(<a href="{{$.RepoLink}}/releases/edit/{{.TagName}}" rel="nofollow">{{$.i18n.Tr "repo.release.edit"}}</a>)</small>{{end}} |
||||
</h3> |
||||
<p class="text grey"> |
||||
<span class="author"> |
||||
<img class="img-10" src="{{.Publisher.AvatarLink}}"> |
||||
<a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.Name}}</a> |
||||
</span> |
||||
{{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}} |
||||
<span class="ahead">{{$.i18n.Tr "repo.release.ahead" .NumCommitsBehind .Target | Str2html}}</span> |
||||
</p> |
||||
<div class="markdown desc"> |
||||
{{Str2html .Note}} |
||||
</div> |
||||
<div class="download"> |
||||
<h2>{{$.i18n.Tr "repo.release.downloads"}}</h2> |
||||
<ul class="list"> |
||||
<li> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="icon octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (ZIP)</a> |
||||
</li> |
||||
<li> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="icon octicon octicon-file-zip"></i> {{$.i18n.Tr "repo.release.source_code"}} (TAR.GZ)</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
{{else}} |
||||
<h4> |
||||
<a href="{{$.RepoLink}}/src/{{.TagName}}" rel="nofollow"><i class="tag icon"></i> {{.TagName}}</a> |
||||
</h4> |
||||
<div class="download"> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="octicon octicon-file-zip"></i> ZIP</a> |
||||
<a href="{{$.RepoLink}}/archive/{{.TagName}}.tar.gz"><i class="octicon octicon-file-zip"></i> TAR.GZ</a> |
||||
</div> |
||||
{{end}} |
||||
<span class="dot"> </span> |
||||
</div> |
||||
</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,98 +1,98 @@ |
||||
{{template "base/head" .}} |
||||
<div class="repository new release"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<h2 class="ui dividing header"> |
||||
{{if .PageIsEditRelease}} |
||||
{{.i18n.Tr "repo.release.edit_release"}} |
||||
<div class="sub header">{{.i18n.Tr "repo.release.edit_subheader"}}</div> |
||||
{{else}} |
||||
{{.i18n.Tr "repo.release.new_release"}} |
||||
<div class="sub header">{{.i18n.Tr "repo.release.new_subheader"}}</div> |
||||
{{end}} |
||||
</h2> |
||||
{{template "base/alert" .}} |
||||
<form class="ui form grid" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="ui seven wide column target"> |
||||
<div class="inline field {{if .Err_TagName}}error{{end}}"> |
||||
{{if .PageIsEditRelease}} |
||||
<b>{{.tag_name}}</b><span class="at">@</span><strong>{{.tag_target}}</strong> |
||||
{{else}} |
||||
<input name="tag_name" value="{{.tag_name}}" placeholder="{{.i18n.Tr "repo.release.tag_name"}}" autofocus required> |
||||
<span class="at">@</span> |
||||
<div class="ui selection dropdown"> |
||||
<input type="hidden" name="tag_target" value="{{.tag_target}}"/> |
||||
<i class="octicon octicon-git-branch"></i> |
||||
<div class="text"> |
||||
{{.i18n.Tr "repo.release.target"}} : |
||||
<strong id="repo-branch-current">{{.Repository.DefaultBranch}}</strong> |
||||
</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .Branches}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<span class="help">{{.i18n.Tr "repo.release.tag_helper"}}</span> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="eleven wide column"> |
||||
<div class="field {{if .Err_Title}}error{{end}}"> |
||||
<label>{{.i18n.Tr "repo.release.title"}}</label> |
||||
<input name="title" placeholder="{{.i18n.Tr "repo.release.title"}}" value="{{.title}}" autofocus required> |
||||
</div> |
||||
<div class="field"> |
||||
<label>{{.i18n.Tr "repo.release.content"}}</label> |
||||
<textarea name="content">{{.content}}</textarea> |
||||
</div> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui divider"></div> |
||||
<div class="ui text right"> |
||||
<div class="prerelease field"> |
||||
<div class="ui checkbox"> |
||||
<input type="checkbox" name="prerelease" {{if .prerelease}}checked{{end}}> |
||||
<label><strong>{{.i18n.Tr "repo.release.prerelease_desc"}}</strong></label> |
||||
</div> |
||||
</div> |
||||
<span class="help">{{.i18n.Tr "repo.release.prerelease_helper"}}</span> |
||||
<div class="field"> |
||||
{{if .PageIsEditRelease}} |
||||
<a class="ui blue basic button" href="{{.RepoLink}}/releases"> |
||||
{{.i18n.Tr "repo.release.cancel"}} |
||||
</a> |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "repo.release.edit_release"}} |
||||
</button> |
||||
<a class="ui red button delete-button" data-url="{{$.RepoLink}}/releases/delete" data-id="{{.ID}}"> |
||||
{{$.i18n.Tr "repo.release.delete_release"}} |
||||
</a> |
||||
{{else}} |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "repo.release.publish"}} |
||||
</button> |
||||
<input class="ui grey button" type="submit" name="draft" value="{{.i18n.Tr "repo.release.save_draft"}}"/> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<h2 class="ui dividing header"> |
||||
{{if .PageIsEditRelease}} |
||||
{{.i18n.Tr "repo.release.edit_release"}} |
||||
<div class="sub header">{{.i18n.Tr "repo.release.edit_subheader"}}</div> |
||||
{{else}} |
||||
{{.i18n.Tr "repo.release.new_release"}} |
||||
<div class="sub header">{{.i18n.Tr "repo.release.new_subheader"}}</div> |
||||
{{end}} |
||||
</h2> |
||||
{{template "base/alert" .}} |
||||
<form class="ui form grid" action="{{.Link}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="ui seven wide column target"> |
||||
<div class="inline field {{if .Err_TagName}}error{{end}}"> |
||||
{{if .PageIsEditRelease}} |
||||
<b>{{.tag_name}}</b><span class="at">@</span><strong>{{.tag_target}}</strong> |
||||
{{else}} |
||||
<input name="tag_name" value="{{.tag_name}}" placeholder="{{.i18n.Tr "repo.release.tag_name"}}" autofocus required> |
||||
<span class="at">@</span> |
||||
<div class="ui selection dropdown"> |
||||
<input type="hidden" name="tag_target" value="{{.tag_target}}"/> |
||||
<i class="octicon octicon-git-branch"></i> |
||||
<div class="text"> |
||||
{{.i18n.Tr "repo.release.target"}} : |
||||
<strong id="repo-branch-current">{{.Repository.DefaultBranch}}</strong> |
||||
</div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
{{range .Branches}} |
||||
<div class="item" data-value="{{.}}">{{.}}</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<span class="help">{{.i18n.Tr "repo.release.tag_helper"}}</span> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
<div class="eleven wide column"> |
||||
<div class="field {{if .Err_Title}}error{{end}}"> |
||||
<label>{{.i18n.Tr "repo.release.title"}}</label> |
||||
<input name="title" placeholder="{{.i18n.Tr "repo.release.title"}}" value="{{.title}}" autofocus required> |
||||
</div> |
||||
<div class="field"> |
||||
<label>{{.i18n.Tr "repo.release.content"}}</label> |
||||
<textarea name="content">{{.content}}</textarea> |
||||
</div> |
||||
</div> |
||||
<div class="ui container"> |
||||
<div class="ui divider"></div> |
||||
<div class="ui text right"> |
||||
<div class="prerelease field"> |
||||
<div class="ui checkbox"> |
||||
<input type="checkbox" name="prerelease" {{if .prerelease}}checked{{end}}> |
||||
<label><strong>{{.i18n.Tr "repo.release.prerelease_desc"}}</strong></label> |
||||
</div> |
||||
</div> |
||||
<span class="help">{{.i18n.Tr "repo.release.prerelease_helper"}}</span> |
||||
<div class="field"> |
||||
{{if .PageIsEditRelease}} |
||||
<a class="ui blue basic button" href="{{.RepoLink}}/releases"> |
||||
{{.i18n.Tr "repo.release.cancel"}} |
||||
</a> |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "repo.release.edit_release"}} |
||||
</button> |
||||
<a class="ui red button delete-button" data-url="{{$.RepoLink}}/releases/delete" data-id="{{.ID}}"> |
||||
{{$.i18n.Tr "repo.release.delete_release"}} |
||||
</a> |
||||
{{else}} |
||||
<button class="ui green button"> |
||||
{{.i18n.Tr "repo.release.publish"}} |
||||
</button> |
||||
<input class="ui grey button" type="submit" name="draft" value="{{.i18n.Tr "repo.release.save_draft"}}"/> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</div> |
||||
</div> |
||||
|
||||
{{if .PageIsEditRelease}} |
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "repo.release.deletion"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "repo.release.deletion_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
</div> |
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "repo.release.deletion"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "repo.release.deletion_desc"}}</p> |
||||
</div> |
||||
{{template "base/delete_modal_actions" .}} |
||||
</div> |
||||
{{end}} |
||||
{{template "base/footer" .}} |
||||
{{template "base/footer" .}} |
||||
|
@ -1,19 +1,19 @@ |
||||
<div class="ui small basic delete modal"> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "repo.settings.webhook_deletion"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "repo.settings.webhook_deletion_desc"}}</p> |
||||
</div> |
||||
<div class="actions"> |
||||
<div class="ui red basic inverted cancel button"> |
||||
<i class="remove icon"></i> |
||||
{{.i18n.Tr "modal.no"}} |
||||
</div> |
||||
<div class="ui green basic inverted ok button"> |
||||
<i class="checkmark icon"></i> |
||||
{{.i18n.Tr "modal.yes"}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="ui icon header"> |
||||
<i class="trash icon"></i> |
||||
{{.i18n.Tr "repo.settings.webhook_deletion"}} |
||||
</div> |
||||
<div class="content"> |
||||
<p>{{.i18n.Tr "repo.settings.webhook_deletion_desc"}}</p> |
||||
</div> |
||||
<div class="actions"> |
||||
<div class="ui red basic inverted cancel button"> |
||||
<i class="remove icon"></i> |
||||
{{.i18n.Tr "modal.no"}} |
||||
</div> |
||||
<div class="ui green basic inverted ok button"> |
||||
<i class="checkmark icon"></i> |
||||
{{.i18n.Tr "modal.yes"}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
@ -1,28 +1,28 @@ |
||||
{{if eq .HookType "gogs"}} |
||||
<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "http://gogs.io/docs/features/webhook.html" | Str2html}}</p> |
||||
<form class="ui form" action="{{.BaseLink}}/settings/hooks/gogs/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="required field {{if .Err_PayloadURL}}error{{end}}"> |
||||
<label for="payload_url">{{.i18n.Tr "repo.settings.payload_url"}}</label> |
||||
<input id="payload_url" name="payload_url" type="url" value="{{.Webhook.URL}}" autofocus required> |
||||
</div> |
||||
<div class="field"> |
||||
<label>{{.i18n.Tr "repo.settings.content_type"}}</label> |
||||
<div class="ui selection dropdown"> |
||||
<input type="hidden" id="content_type" name="content_type" value="{{if .Webhook.ContentType}}{{.Webhook.ContentType}}{{else}}application/json{{end}}"> |
||||
<div class="default text"></div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="1">application/json</div> |
||||
<div class="item" data-value="2">application/x-www-form-urlencoded</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="field {{if .Err_Secret}}error{{end}}"> |
||||
<label for="secret">{{.i18n.Tr "repo.settings.secret"}}</label> |
||||
<input id="secret" name="secret" type="password" value="{{.Webhook.Secret}}" autocomplete="off"> |
||||
</div> |
||||
{{template "repo/settings/hook_settings" .}} |
||||
</form> |
||||
<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "http://gogs.io/docs/features/webhook.html" | Str2html}}</p> |
||||
<form class="ui form" action="{{.BaseLink}}/settings/hooks/gogs/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="required field {{if .Err_PayloadURL}}error{{end}}"> |
||||
<label for="payload_url">{{.i18n.Tr "repo.settings.payload_url"}}</label> |
||||
<input id="payload_url" name="payload_url" type="url" value="{{.Webhook.URL}}" autofocus required> |
||||
</div> |
||||
<div class="field"> |
||||
<label>{{.i18n.Tr "repo.settings.content_type"}}</label> |
||||
<div class="ui selection dropdown"> |
||||
<input type="hidden" id="content_type" name="content_type" value="{{if .Webhook.ContentType}}{{.Webhook.ContentType}}{{else}}application/json{{end}}"> |
||||
<div class="default text"></div> |
||||
<i class="dropdown icon"></i> |
||||
<div class="menu"> |
||||
<div class="item" data-value="1">application/json</div> |
||||
<div class="item" data-value="2">application/x-www-form-urlencoded</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<input class="fake" type="password"> |
||||
<div class="field {{if .Err_Secret}}error{{end}}"> |
||||
<label for="secret">{{.i18n.Tr "repo.settings.secret"}}</label> |
||||
<input id="secret" name="secret" type="password" value="{{.Webhook.Secret}}" autocomplete="off"> |
||||
</div> |
||||
{{template "repo/settings/hook_settings" .}} |
||||
</form> |
||||
{{end}} |
||||
|
@ -1,73 +1,73 @@ |
||||
{{if .PageIsSettingsHooksEdit}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "repo.settings.recent_deliveries"}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<div class="ui right"> |
||||
<button class="ui teal tiny button poping up" id="test-delivery" data-content= |
||||
"{{.i18n.Tr "repo.settings.webhook.test_delivery_desc"}}" data-variation="inverted tiny" data-link="{{.Link}}/test" data-redirect="{{.Link}}">{{.i18n.Tr "repo.settings.webhook.test_delivery"}}</button> |
||||
</div> |
||||
{{end}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<div class="ui hook history list"> |
||||
{{range .History}} |
||||
<div class="item"> |
||||
<div class="meta"> |
||||
{{if .IsSucceed}} |
||||
<span class="text green"><i class="octicon octicon-check"></i></span> |
||||
{{else}} |
||||
<span class="text red"><i class="octicon octicon-alert"></i></span> |
||||
{{end}} |
||||
<a class="ui blue sha label toggle button" data-target="#info-{{.ID}}">{{.UUID}}</a> |
||||
<div class="ui right"> |
||||
<span class="text grey time"> |
||||
{{.DeliveredString}} |
||||
</span> |
||||
</div> |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "repo.settings.recent_deliveries"}} |
||||
{{if .IsRepositoryAdmin}} |
||||
<div class="ui right"> |
||||
<button class="ui teal tiny button poping up" id="test-delivery" data-content= |
||||
"{{.i18n.Tr "repo.settings.webhook.test_delivery_desc"}}" data-variation="inverted tiny" data-link="{{.Link}}/test" data-redirect="{{.Link}}">{{.i18n.Tr "repo.settings.webhook.test_delivery"}}</button> |
||||
</div> |
||||
<div class="info hide" id="info-{{.ID}}"> |
||||
<div class="ui top attached tabular menu"> |
||||
<a class="item active" data-tab="request-{{.ID}}">{{$.i18n.Tr "repo.settings.webhook.request"}}</a> |
||||
<a class="item" data-tab="response-{{.ID}}"> |
||||
{{$.i18n.Tr "repo.settings.webhook.response"}} |
||||
{{if .ResponseInfo}} |
||||
{{if .IsSucceed}} |
||||
<span class="ui green label">{{.ResponseInfo.Status}}</span> |
||||
{{else}} |
||||
<span class="ui red label">{{.ResponseInfo.Status}}</span> |
||||
{{end}} |
||||
{{else}} |
||||
<span class="ui label">N/A</span> |
||||
{{end}} |
||||
</a> |
||||
</div> |
||||
<div class="ui bottom attached tab segment active" data-tab="request-{{.ID}}"> |
||||
{{if .RequestInfo}} |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.headers"}}</h5> |
||||
<pre class="raw"><strong>Request URL:</strong> {{.URL}} |
||||
{{end}} |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<div class="ui hook history list"> |
||||
{{range .History}} |
||||
<div class="item"> |
||||
<div class="meta"> |
||||
{{if .IsSucceed}} |
||||
<span class="text green"><i class="octicon octicon-check"></i></span> |
||||
{{else}} |
||||
<span class="text red"><i class="octicon octicon-alert"></i></span> |
||||
{{end}} |
||||
<a class="ui blue sha label toggle button" data-target="#info-{{.ID}}">{{.UUID}}</a> |
||||
<div class="ui right"> |
||||
<span class="text grey time"> |
||||
{{.DeliveredString}} |
||||
</span> |
||||
</div> |
||||
</div> |
||||
<div class="info hide" id="info-{{.ID}}"> |
||||
<div class="ui top attached tabular menu"> |
||||
<a class="item active" data-tab="request-{{.ID}}">{{$.i18n.Tr "repo.settings.webhook.request"}}</a> |
||||
<a class="item" data-tab="response-{{.ID}}"> |
||||
{{$.i18n.Tr "repo.settings.webhook.response"}} |
||||
{{if .ResponseInfo}} |
||||
{{if .IsSucceed}} |
||||
<span class="ui green label">{{.ResponseInfo.Status}}</span> |
||||
{{else}} |
||||
<span class="ui red label">{{.ResponseInfo.Status}}</span> |
||||
{{end}} |
||||
{{else}} |
||||
<span class="ui label">N/A</span> |
||||
{{end}} |
||||
</a> |
||||
</div> |
||||
<div class="ui bottom attached tab segment active" data-tab="request-{{.ID}}"> |
||||
{{if .RequestInfo}} |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.headers"}}</h5> |
||||
<pre class="raw"><strong>Request URL:</strong> {{.URL}} |
||||
<strong>Request method:</strong> POST |
||||
{{ range $key, $val := .RequestInfo.Headers }}<strong>{{$key}}:</strong> {{$val}} |
||||
{{end}}</pre> |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.payload"}}</h5> |
||||
<pre class="raw"><code class="json">{{.PayloadContent}}</code></pre> |
||||
{{else}} |
||||
N/A |
||||
{{end}} |
||||
</div> |
||||
<div class="ui bottom attached tab segment" data-tab="response-{{.ID}}"> |
||||
{{if .ResponseInfo}} |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.headers"}}</h5> |
||||
<pre class="raw">{{ range $key, $val := .ResponseInfo.Headers }}<strong>{{$key}}:</strong> {{$val}} |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.payload"}}</h5> |
||||
<pre class="raw"><code class="json">{{.PayloadContent}}</code></pre> |
||||
{{else}} |
||||
N/A |
||||
{{end}} |
||||
</div> |
||||
<div class="ui bottom attached tab segment" data-tab="response-{{.ID}}"> |
||||
{{if .ResponseInfo}} |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.headers"}}</h5> |
||||
<pre class="raw">{{ range $key, $val := .ResponseInfo.Headers }}<strong>{{$key}}:</strong> {{$val}} |
||||
{{end}}</pre> |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.body"}}</h5> |
||||
<pre class="raw"><code>{{.ResponseInfo.Body}}</code></pre> |
||||
{{else}} |
||||
N/A |
||||
{{end}} |
||||
<h5>{{$.i18n.Tr "repo.settings.webhook.body"}}</h5> |
||||
<pre class="raw"><code>{{.ResponseInfo.Body}}</code></pre> |
||||
{{else}} |
||||
N/A |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
{{end}} |
||||
|
@ -1,44 +1,44 @@ |
||||
<div class="twelve wide column content"> |
||||
{{template "base/alert" .}} |
||||
<h4 class="ui top attached header"> |
||||
{{.i18n.Tr "repo.settings.hooks"}} |
||||
<div class="ui right"> |
||||
<div class="ui floating1 jump dropdown"> |
||||
<div class="ui blue tiny button">{{.i18n.Tr "repo.settings.add_webhook"}}</div> |
||||
<div class="menu"> |
||||
<a class="item" href="{{.BaseLink}}/settings/hooks/gogs/new"> |
||||
<img class="img-10" src="{{AppSubUrl}}/img/favicon.png">Gogs |
||||
</a> |
||||
<a class="item" href="{{.BaseLink}}/settings/hooks/slack/new"> |
||||
<img class="img-10" src="{{AppSubUrl}}/img/slack.png">Slack |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{.i18n.Tr "repo.settings.hooks"}} |
||||
<div class="ui right"> |
||||
<div class="ui floating1 jump dropdown"> |
||||
<div class="ui blue tiny button">{{.i18n.Tr "repo.settings.add_webhook"}}</div> |
||||
<div class="menu"> |
||||
<a class="item" href="{{.BaseLink}}/settings/hooks/gogs/new"> |
||||
<img class="img-10" src="{{AppSubUrl}}/img/favicon.png">Gogs |
||||
</a> |
||||
<a class="item" href="{{.BaseLink}}/settings/hooks/slack/new"> |
||||
<img class="img-10" src="{{AppSubUrl}}/img/slack.png">Slack |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</h4> |
||||
<div class="ui attached table segment"> |
||||
<div class="ui hook list"> |
||||
<div class="item"> |
||||
{{.Description | Str2html}} |
||||
</div> |
||||
{{range .Webhooks}} |
||||
<div class="ui hook list"> |
||||
<div class="item"> |
||||
{{if eq .LastStatus 1}} |
||||
<span class="text green"><i class="octicon octicon-check"></i></span> |
||||
{{else if eq .LastStatus 2}} |
||||
<span class="text red"><i class="octicon octicon-alert"></i></span> |
||||
{{else}} |
||||
<span class="text grey"><i class="octicon octicon-primitive-dot"></i></span> |
||||
{{end}} |
||||
<a href="{{$.BaseLink}}/settings/hooks/{{.ID}}">{{.URL}}</a> |
||||
<div class="ui right"> |
||||
<span class="text blue"><a href="{{$.BaseLink}}/settings/hooks/{{.ID}}"><i class="fa fa-pencil"></i></a></span> |
||||
<span class="text red"><a class="delete-button" data-url="{{$.Link}}/delete" data-id="{{.ID}}"><i class="fa fa-times"></i></a></span> |
||||
</div> |
||||
{{.Description | Str2html}} |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
{{range .Webhooks}} |
||||
<div class="item"> |
||||
{{if eq .LastStatus 1}} |
||||
<span class="text green"><i class="octicon octicon-check"></i></span> |
||||
{{else if eq .LastStatus 2}} |
||||
<span class="text red"><i class="octicon octicon-alert"></i></span> |
||||
{{else}} |
||||
<span class="text grey"><i class="octicon octicon-primitive-dot"></i></span> |
||||
{{end}} |
||||
<a href="{{$.BaseLink}}/settings/hooks/{{.ID}}">{{.URL}}</a> |
||||
<div class="ui right"> |
||||
<span class="text blue"><a href="{{$.BaseLink}}/settings/hooks/{{.ID}}"><i class="fa fa-pencil"></i></a></span> |
||||
<span class="text red"><a class="delete-button" data-url="{{$.Link}}/delete" data-id="{{.ID}}"><i class="fa fa-times"></i></a></span> |
||||
</div> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
{{template "repo/settings/hook_delete_modal" .}} |
||||
{{template "repo/settings/hook_delete_modal" .}} |
||||
|
@ -1,66 +1,66 @@ |
||||
<div class="field"> |
||||
<h4>{{.i18n.Tr "repo.settings.event_desc"}}</h4> |
||||
<h4>{{.i18n.Tr "repo.settings.event_desc"}}</h4> |
||||
<div class="grouped event type fields"> |
||||
<div class="field"> |
||||
<div class="ui radio non-events checkbox"> |
||||
<input class="hidden" name="events" type="radio" value="push_only" {{if or .PageIsSettingsHooksNew .Webhook.PushOnly}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_push_only" | Str2html}}</label> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio non-events checkbox"> |
||||
<input class="hidden" name="events" type="radio" value="send_everything" {{if .Webhook.SendEverything}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_send_everything" | Str2html}}</label> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio events checkbox"> |
||||
<input class="hidden" name="events" type="radio" value="choose_events" {{if .Webhook.ChooseEvents}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_choose" | Str2html}}</label> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio non-events checkbox"> |
||||
<input class="hidden" name="events" type="radio" value="push_only" {{if or .PageIsSettingsHooksNew .Webhook.PushOnly}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_push_only" | Str2html}}</label> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio non-events checkbox"> |
||||
<input class="hidden" name="events" type="radio" value="send_everything" {{if .Webhook.SendEverything}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_send_everything" | Str2html}}</label> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
<div class="ui radio events checkbox"> |
||||
<input class="hidden" name="events" type="radio" value="choose_events" {{if .Webhook.ChooseEvents}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_choose" | Str2html}}</label> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="events fields ui grid" {{if not .Webhook.ChooseEvents}}style="display:none"{{end}}> |
||||
<!-- Create --> |
||||
<div class="seven wide column"> |
||||
<div class="field"> |
||||
<div class="ui checkbox"> |
||||
<input class="hidden" name="create" type="checkbox" tabindex="0" {{if .Webhook.Create}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_create"}}</label> |
||||
<span class="help">{{.i18n.Tr "repo.settings.event_create_desc"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!-- Push --> |
||||
<div class="seven wide column"> |
||||
<div class="field"> |
||||
<div class="ui checkbox"> |
||||
<input class="hidden" name="push" type="checkbox" tabindex="0" {{if .Webhook.Push}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_push"}}</label> |
||||
<span class="help">{{.i18n.Tr "repo.settings.event_push_desc"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="events fields ui grid" {{if not .Webhook.ChooseEvents}}style="display:none"{{end}}> |
||||
<!-- Create --> |
||||
<div class="seven wide column"> |
||||
<div class="field"> |
||||
<div class="ui checkbox"> |
||||
<input class="hidden" name="create" type="checkbox" tabindex="0" {{if .Webhook.Create}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_create"}}</label> |
||||
<span class="help">{{.i18n.Tr "repo.settings.event_create_desc"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!-- Push --> |
||||
<div class="seven wide column"> |
||||
<div class="field"> |
||||
<div class="ui checkbox"> |
||||
<input class="hidden" name="push" type="checkbox" tabindex="0" {{if .Webhook.Push}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.event_push"}}</label> |
||||
<span class="help">{{.i18n.Tr "repo.settings.event_push_desc"}}</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="ui divider"></div> |
||||
|
||||
<div class="inline field"> |
||||
<div class="ui checkbox"> |
||||
<input class="hidden" name="active" type="checkbox" tabindex="0" {{if or .PageIsSettingsHooksNew .Webhook.IsActive}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.active"}}</label> |
||||
<span class="help">{{.i18n.Tr "repo.settings.active_helper"}}</span> |
||||
</div> |
||||
<div class="ui checkbox"> |
||||
<input class="hidden" name="active" type="checkbox" tabindex="0" {{if or .PageIsSettingsHooksNew .Webhook.IsActive}}checked{{end}}> |
||||
<label>{{.i18n.Tr "repo.settings.active"}}</label> |
||||
<span class="help">{{.i18n.Tr "repo.settings.active_helper"}}</span> |
||||
</div> |
||||
</div> |
||||
<div class="field"> |
||||
{{if .PageIsSettingsHooksNew}} |
||||
<button class="ui green button">{{.i18n.Tr "repo.settings.add_webhook"}}</button> |
||||
{{else}} |
||||
<button class="ui green button">{{.i18n.Tr "repo.settings.update_webhook"}}</button> |
||||
<a class="ui red delete-button button" data-url="{{.BaseLink}}/settings/hooks/delete" data-id="{{.Webhook.ID}}">{{.i18n.Tr "repo.settings.delete_webhook"}}</a> |
||||
{{end}} |
||||
<button class="ui green button">{{.i18n.Tr "repo.settings.add_webhook"}}</button> |
||||
{{else}} |
||||
<button class="ui green button">{{.i18n.Tr "repo.settings.update_webhook"}}</button> |
||||
<a class="ui red delete-button button" data-url="{{.BaseLink}}/settings/hooks/delete" data-id="{{.Webhook.ID}}">{{.i18n.Tr "repo.settings.delete_webhook"}}</a> |
||||
{{end}} |
||||
</div> |
||||
|
||||
{{template "repo/settings/hook_delete_modal" .}} |
||||
|
@ -1,28 +1,28 @@ |
||||
{{if eq .HookType "slack"}} |
||||
<p>{{.i18n.Tr "repo.settings.add_slack_hook_desc" "http://slack.com" | Str2html}}</p> |
||||
<form class="ui form" action="{{.BaseLink}}/settings/hooks/slack/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="required field {{if .Err_PayloadURL}}error{{end}}"> |
||||
<label for="payload_url">{{.i18n.Tr "repo.settings.payload_url"}}</label> |
||||
<input id="payload_url" name="payload_url" type="url" value="{{.Webhook.URL}}" autofocus required> |
||||
</div> |
||||
<div class="required field {{if .Err_Channel}}error{{end}}"> |
||||
<label for="channel">{{.i18n.Tr "repo.settings.slack_channel"}}</label> |
||||
<input id="channel" name="channel" value="{{.SlackHook.Channel}}" placeholder="e.g. #general" required> |
||||
</div> |
||||
<p>{{.i18n.Tr "repo.settings.add_slack_hook_desc" "http://slack.com" | Str2html}}</p> |
||||
<form class="ui form" action="{{.BaseLink}}/settings/hooks/slack/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post"> |
||||
{{.CsrfTokenHtml}} |
||||
<div class="required field {{if .Err_PayloadURL}}error{{end}}"> |
||||
<label for="payload_url">{{.i18n.Tr "repo.settings.payload_url"}}</label> |
||||
<input id="payload_url" name="payload_url" type="url" value="{{.Webhook.URL}}" autofocus required> |
||||
</div> |
||||
<div class="required field {{if .Err_Channel}}error{{end}}"> |
||||
<label for="channel">{{.i18n.Tr "repo.settings.slack_channel"}}</label> |
||||
<input id="channel" name="channel" value="{{.SlackHook.Channel}}" placeholder="e.g. #general" required> |
||||
</div> |
||||
|
||||
<div class="field"> |
||||
<label for="username">{{.i18n.Tr "repo.settings.slack_username"}}</label> |
||||
<input id="username" name="username" value="{{.SlackHook.Username}}" placeholder="e.g. Gogs"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="icon_url">{{.i18n.Tr "repo.settings.slack_icon_url"}}</label> |
||||
<input id="icon_url" name="icon_url" value="{{.SlackHook.IconURL}}" placeholder="e.g. https://example.com/img/favicon.png"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="color">{{.i18n.Tr "repo.settings.slack_color"}}</label> |
||||
<input id="color" name="color" value="{{.SlackHook.Color}}" placeholder="e.g. #dd4b39, good, warning, danger"> |
||||
</div> |
||||
{{template "repo/settings/hook_settings" .}} |
||||
</form> |
||||
<div class="field"> |
||||
<label for="username">{{.i18n.Tr "repo.settings.slack_username"}}</label> |
||||
<input id="username" name="username" value="{{.SlackHook.Username}}" placeholder="e.g. Gogs"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="icon_url">{{.i18n.Tr "repo.settings.slack_icon_url"}}</label> |
||||
<input id="icon_url" name="icon_url" value="{{.SlackHook.IconURL}}" placeholder="e.g. https://example.com/img/favicon.png"> |
||||
</div> |
||||
<div class="field"> |
||||
<label for="color">{{.i18n.Tr "repo.settings.slack_color"}}</label> |
||||
<input id="color" name="color" value="{{.SlackHook.Color}}" placeholder="e.g. #dd4b39, good, warning, danger"> |
||||
</div> |
||||
{{template "repo/settings/hook_settings" .}} |
||||
</form> |
||||
{{end}} |
||||
|
@ -1,14 +1,14 @@ |
||||
<div id="setting-menu" class="grid-1-5 panel panel-radius left"> |
||||
<p class="panel-header"><strong>{{.i18n.Tr "repo.settings"}}</strong></p> |
||||
<div class="panel-body"> |
||||
<ul class="menu menu-vertical switching-list grid-1-5 left"> |
||||
<li {{if .PageIsSettingsOptions}}class="current"{{end}}><a href="{{.RepoLink}}/settings">{{.i18n.Tr "repo.settings.options"}}</a></li> |
||||
<li {{if .PageIsSettingsCollaboration}}class="current"{{end}}><a href="{{.RepoLink}}/settings/collaboration">{{.i18n.Tr "repo.settings.collaboration"}}</a></li> |
||||
<li {{if .PageIsSettingsHooks}}class="current"{{end}}><a href="{{.RepoLink}}/settings/hooks">{{.i18n.Tr "repo.settings.hooks"}}</a></li> |
||||
{{if or .SignedUser.AllowGitHook .SignedUser.IsAdmin}} |
||||
<li {{if .PageIsSettingsGitHooks}}class="current"{{end}}><a href="{{.RepoLink}}/settings/hooks/git">{{.i18n.Tr "repo.settings.githooks"}}</a></li> |
||||
{{end}} |
||||
<li {{if .PageIsSettingsKeys}}class="current"{{end}}><a href="{{.RepoLink}}/settings/keys">{{.i18n.Tr "repo.settings.deploy_keys"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<p class="panel-header"><strong>{{.i18n.Tr "repo.settings"}}</strong></p> |
||||
<div class="panel-body"> |
||||
<ul class="menu menu-vertical switching-list grid-1-5 left"> |
||||
<li {{if .PageIsSettingsOptions}}class="current"{{end}}><a href="{{.RepoLink}}/settings">{{.i18n.Tr "repo.settings.options"}}</a></li> |
||||
<li {{if .PageIsSettingsCollaboration}}class="current"{{end}}><a href="{{.RepoLink}}/settings/collaboration">{{.i18n.Tr "repo.settings.collaboration"}}</a></li> |
||||
<li {{if .PageIsSettingsHooks}}class="current"{{end}}><a href="{{.RepoLink}}/settings/hooks">{{.i18n.Tr "repo.settings.hooks"}}</a></li> |
||||
{{if or .SignedUser.AllowGitHook .SignedUser.IsAdmin}} |
||||
<li {{if .PageIsSettingsGitHooks}}class="current"{{end}}><a href="{{.RepoLink}}/settings/hooks/git">{{.i18n.Tr "repo.settings.githooks"}}</a></li> |
||||
{{end}} |
||||
<li {{if .PageIsSettingsKeys}}class="current"{{end}}><a href="{{.RepoLink}}/settings/keys">{{.i18n.Tr "repo.settings.deploy_keys"}}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
|
@ -1,22 +1,22 @@ |
||||
<div class="four wide column"> |
||||
<div class="ui vertical menu"> |
||||
<div class="header item">{{.i18n.Tr "repo.settings"}}</div> |
||||
<a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.RepoLink}}/settings"> |
||||
{{.i18n.Tr "repo.settings.options"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsCollaboration}}active{{end}} item" href="{{.RepoLink}}/settings/collaboration"> |
||||
{{.i18n.Tr "repo.settings.collaboration"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsHooks}}active{{end}} item" href="{{.RepoLink}}/settings/hooks"> |
||||
{{.i18n.Tr "repo.settings.hooks"}} |
||||
</a> |
||||
{{if .SignedUser.CanEditGitHook}} |
||||
<a class="{{if .PageIsSettingsGitHooks}}active{{end}} item" href="{{.RepoLink}}/settings/hooks/git"> |
||||
{{.i18n.Tr "repo.settings.githooks"}} |
||||
</a> |
||||
{{end}} |
||||
<a class="{{if .PageIsSettingsKeys}}active{{end}} item" href="{{.RepoLink}}/settings/keys"> |
||||
{{.i18n.Tr "repo.settings.deploy_keys"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsOptions}}active{{end}} item" href="{{.RepoLink}}/settings"> |
||||
{{.i18n.Tr "repo.settings.options"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsCollaboration}}active{{end}} item" href="{{.RepoLink}}/settings/collaboration"> |
||||
{{.i18n.Tr "repo.settings.collaboration"}} |
||||
</a> |
||||
<a class="{{if .PageIsSettingsHooks}}active{{end}} item" href="{{.RepoLink}}/settings/hooks"> |
||||
{{.i18n.Tr "repo.settings.hooks"}} |
||||
</a> |
||||
{{if .SignedUser.CanEditGitHook}} |
||||
<a class="{{if .PageIsSettingsGitHooks}}active{{end}} item" href="{{.RepoLink}}/settings/hooks/git"> |
||||
{{.i18n.Tr "repo.settings.githooks"}} |
||||
</a> |
||||
{{end}} |
||||
<a class="{{if .PageIsSettingsKeys}}active{{end}} item" href="{{.RepoLink}}/settings/keys"> |
||||
{{.i18n.Tr "repo.settings.deploy_keys"}} |
||||
</a> |
||||
</div> |
||||
</div> |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue