Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
marketplaces
gannonce-ui
Commits
f616c9ff
Commit
f616c9ff
authored
May 02, 2017
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] Annonces : modes de paiement
parent
caf8614e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
4 deletions
+37
-4
src/app/app.scss
src/app/app.scss
+4
-0
src/pages/announce/announce.html
src/pages/announce/announce.html
+28
-2
src/pages/announce/announce.scss
src/pages/announce/announce.scss
+5
-2
No files found.
src/app/app.scss
View file @
f616c9ff
body
{
user-select
:
text
!
important
;
}
router-outlet
+
*
{
width
:
100%
;
}
...
...
src/pages/announce/announce.html
View file @
f616c9ff
...
...
@@ -33,9 +33,35 @@
Paiement de {{ (p.amount / 100).toFixed(2) }} Ğ1 par {{ p.issuer }}
</li>
</ul>
<h3>
Paiement
</h3>
<h5>
Via Cesium
</h5>
<a
target=
"_blank"
href=
"https://g1.duniter.fr/#/app/transfer/{{ announceService.ann.pub }}"
>
Lien de paiement
</a>
<h5>
Via Sakia
</h5>
Envoyer de la monnaie :
<ul>
<li>
à la clé publique
<span
class=
"code"
>
{{ announceService.ann.pub }}
</span></li>
<li>
avec commentaire
<span
class=
"code"
>
GANNONCE:CROWDF:{{ announceService.ann.uuid }}
</span>
pour le suivi du crowdfunding
</li>
</ul>
<h5>
Via Silkaj
</h5>
<p>
Lancer la commande suivante :
</p>
<span
class=
"code"
>
./silkaj transaction --auth-scrypt --amount={{ announceService.ann.price }} --output={{ announceService.ann.pub }} --comment="GANNONCE:CROWDF:{{ announceService.ann.uuid }}"
</span>
</ng-container>
<h3>
Paiement à
</h3>
<input
class=
"pubkey"
type=
"text"
disabled
value=
"{{ announceService.ann.pub }}"
>
<ng-container
*ngIf=
"announceService.ann.type != 'Crowdfunding'"
>
<h3>
Paiement
</h3>
<h5>
Via Cesium
</h5>
<a
target=
"_blank"
href=
"https://g1.duniter.fr/#/app/transfer/{{ announceService.ann.pub }}"
>
Lien de paiement
</a>
<h5>
Via Sakia
</h5>
Envoyer de la monnaie :
<ul>
<li>
à la clé publique
<span
class=
"code"
>
{{ announceService.ann.pub }}
</span></li>
</ul>
<h5>
Via Silkaj
</h5>
<p>
Lancer la commande suivante :
</p>
<span
class=
"code"
>
./silkaj transaction --auth-scrypt --amount={{ announceService.ann.price }} --output={{ announceService.ann.pub }} --comment="GANNONCE:ANN:{{ announceService.ann.uuid }}"
</span>
</ng-container>
<h3>
Stock
</h3>
<p
*ngIf=
"announceService.ann.stock == 1"
>
1 unité disponible.
...
...
src/pages/announce/announce.scss
View file @
f616c9ff
...
...
@@ -18,12 +18,15 @@ announce {
}
ul
{
margin-top
:
0
;
padding-top
:
0
;
padding-left
:
30px
;
}
li
{
padding
:
5px
;
}
.code
{
font-family
:
Courier
;
background-color
:
#eee
;
}
}
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