Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Forum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lukas.novy
Forum
Commits
c5e121a2
Verified
Commit
c5e121a2
authored
2 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Pokus vratit hack
parent
e81da821
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
phpbb/includes/functions_posting.php
+2935
-0
2935 additions, 0 deletions
phpbb/includes/functions_posting.php
phpbb/styles/prosilver/template/posting_poll_body.html
+58
-0
58 additions, 0 deletions
phpbb/styles/prosilver/template/posting_poll_body.html
with
2994 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
c5e121a2
...
...
@@ -2,7 +2,7 @@ image: docker:20.10.9
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
BUILD_VERSION
:
p
4
BUILD_VERSION
:
p
5
services
:
-
docker:20.10.9-dind
...
...
This diff is collapsed.
Click to expand it.
phpbb/includes/functions_posting.php
0 → 100644
+
2935
−
0
View file @
c5e121a2
This diff is collapsed.
Click to expand it.
phpbb/styles/prosilver/template/posting_poll_body.html
0 → 100644
+
58
−
0
View file @
c5e121a2
<div
class=
"panel bg3"
id=
"poll-panel"
>
<div
class=
"inner"
>
<!-- IF S_SHOW_POLL_BOX -->
<p>
{L_ADD_POLL_EXPLAIN}
</p>
<!-- ENDIF -->
<fieldset
class=
"fields2"
>
<!-- IF S_POLL_DELETE -->
<dl>
<dt><label
for=
"poll_delete"
>
{L_POLL_DELETE}{L_COLON}
</label></dt>
<dd><label
for=
"poll_delete"
><input
type=
"checkbox"
name=
"poll_delete"
id=
"poll_delete"
<!
--
IF
S_POLL_DELETE_CHECKED
--
>
checked="checked"
<!-- ENDIF -->
/>
</label></dd>
</dl>
<!-- ENDIF -->
<!-- IF S_SHOW_POLL_BOX -->
<dl>
<dt><label
for=
"poll_title"
>
{{ lang('POLL_QUESTION') ~ lang('COLON') }}
</label></dt>
<dd><input
type=
"text"
name=
"poll_title"
id=
"poll_title"
maxlength=
"100"
value=
"{{ POLL_TITLE }}"
class=
"inputbox"
/></dd>
</dl>
<dl>
<dt><label
for=
"poll_option_text"
>
{L_POLL_OPTIONS}{L_COLON}
</label><br
/><span>
{L_POLL_OPTIONS_EXPLAIN}
</span></dt>
<dd><textarea
name=
"poll_option_text"
id=
"poll_option_text"
rows=
"5"
cols=
"35"
class=
"inputbox"
>
{POLL_OPTIONS}
</textarea></dd>
</dl>
<hr
class=
"dashed"
/>
<dl>
<dt><label
for=
"poll_max_options"
>
{L_POLL_MAX_OPTIONS}{L_COLON}
</label></dt>
<dd><input
type=
"number"
min=
"0"
max=
"999"
name=
"poll_max_options"
id=
"poll_max_options"
value=
"{POLL_MAX_OPTIONS}"
class=
"inputbox autowidth"
/></dd>
<dd>
{L_POLL_MAX_OPTIONS_EXPLAIN}
</dd>
</dl>
<dl>
<dt><label
for=
"poll_length"
>
{L_POLL_FOR}{L_COLON}
</label></dt>
<dd><label
for=
"poll_length"
><input
type=
"number"
min=
"0"
max=
"999"
name=
"poll_length"
id=
"poll_length"
value=
"{POLL_LENGTH}"
class=
"inputbox autowidth"
/>
{L_DAYS}
</label></dd>
<dd>
{L_POLL_FOR_EXPLAIN}
</dd>
</dl>
<!-- IF S_POLL_VOTE_CHANGE -->
<hr
class=
"dashed"
/>
<dl>
<dt><label
for=
"poll_vote_change"
>
{L_POLL_VOTE_CHANGE}{L_COLON}
</label></dt>
<dd><label
for=
"poll_vote_change"
><input
type=
"checkbox"
id=
"poll_vote_change"
name=
"poll_vote_change"
{
VOTE_CHANGE_CHECKED
}
/>
{L_POLL_VOTE_CHANGE_EXPLAIN}
</label></dd>
</dl>
<!-- ENDIF -->
<hr
class=
"dashed"
/>
<dl>
<dt><label
for=
"poll_show_results"
>
{L_POLL_SHOW_RESULTS}{L_COLON}
</label></dt>
<dd><label
for=
"poll_show_results"
><input
type=
"checkbox"
id=
"poll_show_results"
name=
"poll_show_results"
{
SHOW_RESULTS_CHECKED
}
/>
{L_POLL_SHOW_RESULTS_EXPLAIN}
</label></dd>
</dl>
<!-- ENDIF -->
<!-- EVENT posting_poll_body_options_after -->
</fieldset>
</div>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment