Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gofeminin.de
signature-generator
Commits
39621c63
Commit
39621c63
authored
Apr 24, 2017
by
Marco Kellershoff
Browse files
Add boxstories.de
parent
14899b44
Changes
4
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
39621c63
...
...
@@ -50,6 +50,10 @@ header_remove('X-UA-Compatible');
<input
type=
"checkbox"
class=
"radio"
name=
"newsgif"
value=
"true"
/>
News GIF
</label>
<label>
<input
type=
"checkbox"
class=
"radio"
name=
"boxstories"
value=
"true"
/>
BoxStories.de Banner
</label>
<fieldset>
Portal
<label>
...
...
sig.php
View file @
39621c63
...
...
@@ -25,6 +25,10 @@ switch ( PORTAL ) {
}
else
if
(
get_post_data_by_key
(
'newsgif'
)
===
''
)
{
$template_contents
=
file_get_contents
(
'templates/gofeminin_without_newsgif.html'
);
}
else
if
(
get_post_data_by_key
(
'newsgif'
)
===
''
&&
get_post_data_by_key
(
'boxstories'
)
===
'true'
)
{
$template_contents
=
file_get_contents
(
'templates/gofeminin_without_newsgif_boxstories.html'
);
}
else
if
(
get_post_data_by_key
(
'newsgif'
)
===
'true'
&&
get_post_data_by_key
(
'boxstories'
)
===
'true'
)
{
$template_contents
=
file_get_contents
(
'templates/gofeminin_boxstories.html'
);
}
else
{
$template_contents
=
file_get_contents
(
'templates/gofeminin.html'
);
}
...
...
templates/gofeminin_boxstories.html
0 → 100644
View file @
39621c63
<table
cellspacing=
"2"
cellpadding=
"0"
width=
"600"
border=
"0"
bgcolor=
"#ffffff"
>
<tbody>
<tr>
<td
width=
"100%"
align=
"left"
>
<font
face=
"Arial, Verdana, sans-serif"
size=
"2"
style=
"font-size:13px;"
>
<font
color=
"#951F60"
>
<strong>
{{firstname}} {{lastname}}
</strong>
</font>
<br>
<font
color=
"#68696b"
>
{{jobtitle}}
</font>
<br>
<a
style=
"text-decoration:none;"
href=
"mailto:{{email}}"
>
<font
color=
"#68696b"
style=
"text-decoration:none;"
>
{{email}}
</font>
</a>
<br>
<font
color=
"#68696b"
>
Tel. {{telephone}}
</font>
<br>
<font
color=
"#68696b"
>
{{corp_telephone}}
</font>
<font
color=
"#68696b"
>
Fax {{fax}}
</font>
</font>
</td>
</tr>
<tr>
<td
align=
"left"
>
<img
width=
"600"
vspace=
"10"
height=
"130"
alt=
"gofeminin.de"
src=
"http://i.onmeda.de/signature_koeln_2016.gif"
/>
</td>
</tr>
<tr>
<td
width=
"100%"
align=
"left"
>
<table
cellspacing=
"0"
cellpadding=
"5"
width=
"1"
border=
"0"
bgcolor=
"#ffffff"
>
<tbody>
<tr>
<td>
<a
target=
"_blank"
href=
"https://www.facebook.com/gofeminin"
>
<img
width=
"30"
height=
"30"
border=
"0"
alt=
"Facebook"
src=
"http://www.gofeminin.de/mailing/signature-af/facebook.png"
/>
</a>
</td>
<td>
<a
target=
"_blank"
href=
"https://instagram.com/gofeminin_de"
>
<img
width=
"30"
height=
"30"
border=
"0"
alt=
"Instagram"
src=
"http://www.gofeminin.de/mailing/signature-af/instagram.png"
>
</a>
</td>
<td>
<a
target=
"_blank"
href=
"https://pinterest.com/gofeminin"
>
<img
width=
"30"
height=
"30"
border=
"0"
alt=
"Pinterest"
src=
"http://www.gofeminin.de/mailing/signature-af/pinterest.png"
>
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
width=
"100%"
align=
"left"
>
<font
face=
"Arial, Verdana, sans-serif"
size=
"2"
style=
"font-size:9px;"
>
<br>
<font
color=
"#68696b"
>
Geschäftsführung: Marie-Laure Sauty de Chalon, Marc Flamme
</font>
<br>
<font
color=
"#68696b"
>
HRB Köln 69001
</font>
</font>
</td>
</tr>
<tr>
<td
width=
"100%"
align=
"left"
>
<a
href=
"http://www.gofeminin.de/"
target=
"_blank"
><img
src=
"http://www.gofeminin.de/reloaded/emailSignature.gif"
border=
"0"
/></a>
</td>
</tr>
<tr>
<td
align=
"left"
>
<img
width=
"500"
vspace=
"10"
height=
"240"
alt=
"boxstories.de"
src=
"http://i.onmeda.de/boxstories.de.jpg"
/>
</td>
</tr>
</tbody>
</table>
templates/gofeminin_without_newsgif_boxstories.html
0 → 100644
View file @
39621c63
<table
cellspacing=
"2"
cellpadding=
"0"
width=
"600"
border=
"0"
bgcolor=
"#ffffff"
>
<tbody>
<tr>
<td
width=
"100%"
align=
"left"
>
<font
face=
"Arial, Verdana, sans-serif"
size=
"2"
style=
"font-size:13px;"
>
<font
color=
"#951F60"
>
<strong>
{{firstname}} {{lastname}}
</strong>
</font>
<br>
<font
color=
"#68696b"
>
{{jobtitle}}
</font>
<br>
<a
style=
"text-decoration:none;"
href=
"mailto:{{email}}"
>
<font
color=
"#68696b"
style=
"text-decoration:none;"
>
{{email}}
</font>
</a>
<br>
<font
color=
"#68696b"
>
Tel. {{telephone}}
</font>
<br>
<font
color=
"#68696b"
>
{{corp_telephone}}
</font>
<font
color=
"#68696b"
>
Fax {{fax}}
</font>
</font>
</td>
</tr>
<tr>
<td
align=
"left"
>
<img
width=
"600"
vspace=
"10"
height=
"130"
alt=
"gofeminin.de"
src=
"http://i.onmeda.de/signature_koeln_2016.gif"
/>
</td>
</tr>
<tr>
<td
width=
"100%"
align=
"left"
>
<table
cellspacing=
"0"
cellpadding=
"5"
width=
"1"
border=
"0"
bgcolor=
"#ffffff"
>
<tbody>
<tr>
<td>
<a
target=
"_blank"
href=
"https://www.facebook.com/gofeminin"
>
<img
width=
"30"
height=
"30"
border=
"0"
alt=
"Facebook"
src=
"http://www.gofeminin.de/mailing/signature-af/facebook.png"
/>
</a>
</td>
<td>
<a
target=
"_blank"
href=
"https://instagram.com/gofeminin_de"
>
<img
width=
"30"
height=
"30"
border=
"0"
alt=
"Instagram"
src=
"http://www.gofeminin.de/mailing/signature-af/instagram.png"
>
</a>
</td>
<td>
<a
target=
"_blank"
href=
"https://pinterest.com/gofeminin"
>
<img
width=
"30"
height=
"30"
border=
"0"
alt=
"Pinterest"
src=
"http://www.gofeminin.de/mailing/signature-af/pinterest.png"
>
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
width=
"100%"
align=
"left"
>
<font
face=
"Arial, Verdana, sans-serif"
size=
"2"
style=
"font-size:9px;"
>
<br>
<font
color=
"#68696b"
>
Geschäftsführung: Marie-Laure Sauty de Chalon, Marc Flamme
</font>
<br>
<font
color=
"#68696b"
>
HRB Köln 69001
</font>
</font>
</td>
</tr>
<tr>
<td
align=
"left"
>
<img
width=
"500"
vspace=
"10"
height=
"240"
alt=
"boxstories.de"
src=
"http://i.onmeda.de/boxstories.de.jpg"
/>
</td>
</tr>
</tbody>
</table>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment