Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
10
view/php/zen.php
Normal file
10
view/php/zen.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
|
||||
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php if(x($page,'content')) echo $page['content']; ?>
|
||||
</body>
|
||||
</html>
|
||||
17
view/tpl/diaspora_consensus.tpl
Normal file
17
view/tpl/diaspora_consensus.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
<poll>
|
||||
<guid>{{$guid_q}}</guid>
|
||||
<question>{{$question}}</question>
|
||||
<poll_answer>
|
||||
<guid>{{$guid_y}}</guid>
|
||||
<answer>{{$agree}}</answer>
|
||||
</poll_answer>
|
||||
<poll_answer>
|
||||
<guid>{{$guid_n}}</guid>
|
||||
<answer>{{$disagree}}</answer>
|
||||
</poll_answer>
|
||||
<poll_answer>
|
||||
<guid>{{$guid_a}}</guid>
|
||||
<answer>{{$abstain}}</answer>
|
||||
</poll_answer>
|
||||
</poll>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<raw_message>{{$body}}</raw_message>
|
||||
<guid>{{$guid}}</guid>
|
||||
<diaspora_handle>{{$handle}}</diaspora_handle>
|
||||
{{$poll}}
|
||||
<public>{{$public}}</public>
|
||||
<created_at>{{$created}}</created_at>
|
||||
<provider_display_name>{{$provider}}</provider_display_name>
|
||||
|
||||
Reference in New Issue
Block a user