mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
more filler
This commit is contained in:
parent
6c1e0e2ccf
commit
efd0111eb2
1 changed files with 54 additions and 47 deletions
|
@ -32,7 +32,16 @@
|
||||||
<div class="button">Claim Your Channel</div>
|
<div class="button">Claim Your Channel</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<?php $status= LBRY::statusYoutube($token);?>
|
<h3>Your Channel</h3>
|
||||||
|
<div >
|
||||||
|
Number Of Subscriber:
|
||||||
|
<?php echo $status['data']['subscribers']?>
|
||||||
|
</div>
|
||||||
|
<div >
|
||||||
|
Number Of Video:
|
||||||
|
<?php echo $status['data']['videos']?>
|
||||||
|
</div>
|
||||||
|
<h3>Edit Your Settings</h3>
|
||||||
<form id="youtube_settings" action="/youtube/edit" method="post">
|
<form id="youtube_settings" action="/youtube/edit" method="post">
|
||||||
<div>
|
<div>
|
||||||
<input type="hidden" name="status_token" id="status_token" value="<?php echo $token?>"/>
|
<input type="hidden" name="status_token" id="status_token" value="<?php echo $token?>"/>
|
||||||
|
@ -58,18 +67,6 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div >
|
|
||||||
Expected Reward:
|
|
||||||
<?php echo $status['data']['expected_reward'];?> LBC
|
|
||||||
</div>
|
|
||||||
<div >
|
|
||||||
Number Of Subscriber:
|
|
||||||
<?php echo $status['data']['subscribers']?>
|
|
||||||
</div>
|
|
||||||
<div >
|
|
||||||
Number Of Video:
|
|
||||||
<?php echo $status['data']['videos']?>
|
|
||||||
</div>
|
|
||||||
<div hidden id="sync-consent-error" >
|
<div hidden id="sync-consent-error" >
|
||||||
You must agreed to sync to continue
|
You must agreed to sync to continue
|
||||||
</div>
|
</div>
|
||||||
|
@ -80,4 +77,14 @@
|
||||||
<button type="submit" class="btn btn-default" onClick="return submitEditForm()">Edit my preferences</button>
|
<button type="submit" class="btn btn-default" onClick="return submitEditForm()">Edit my preferences</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<h3>Your Reward</h3>
|
||||||
|
<?php $status= LBRY::statusYoutube($token);?>
|
||||||
|
|
||||||
|
<div >
|
||||||
|
Expected Reward:
|
||||||
|
<?php echo $status['data']['expected_reward'];?> LBC
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>To get your credits... lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ipsum velit, convallis ac libero sit amet, viverra dictum tortor. </p>
|
||||||
|
</p>
|
||||||
</main>
|
</main>
|
Loading…
Add table
Reference in a new issue